Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432390 | Differences between
and this patch

Collapse All | Expand All

(-)/var/cache/portage/gentoo/eclass/toolchain-funcs.eclass.orig (-1 / +2 lines)
Lines 16-22 Link Here
16
if [[ ${___ECLASS_ONCE_TOOLCHAIN_FUNCS} != "recur -_+^+_- spank" ]] ; then
16
if [[ ${___ECLASS_ONCE_TOOLCHAIN_FUNCS} != "recur -_+^+_- spank" ]] ; then
17
___ECLASS_ONCE_TOOLCHAIN_FUNCS="recur -_+^+_- spank"
17
___ECLASS_ONCE_TOOLCHAIN_FUNCS="recur -_+^+_- spank"
18
18
19
inherit multilib
19
inherit multilib linux-info
20
20
21
DESCRIPTION="Based on the ${ECLASS} eclass"
21
DESCRIPTION="Based on the ${ECLASS} eclass"
22
22
Lines 355-360 Link Here
355
tc-ninja_magic_to_arch() {
355
tc-ninja_magic_to_arch() {
356
ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
356
ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
357
357
358
	local KV=${KV_FULL}
358
	local type=$1
359
	local type=$1
359
	local host=$2
360
	local host=$2
360
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}
361
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}

Return to bug 432390