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

Collapse All | Expand All

(-)linux-headers-2.6.16.ebuild (-1 / +4 lines)
Lines 40-46 Link Here
40
40
41
	# Get headers to bootstrap on PPC
41
	# Get headers to bootstrap on PPC
42
	if use ppc; then
42
	if use ppc; then
43
		cp arch/powerpc/configs/pmac32_defconfig arch/powerpc/configs/ppc_defconfig
43
		K_DEFCONFIG=pmac32_defconfig
44
	fi
45
	if use ppc; then
46
		K_DEFCONFIG=ppc64_defconfig
44
	fi
47
	fi
45
48
46
	# Fixes ... all the wrapper magic is to keep sed from dumping
49
	# Fixes ... all the wrapper magic is to keep sed from dumping

Return to bug 142339