diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild index e7656c1ecd66..7924d966e75b 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild,v 1.8 2006/07/28 21:31:55 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r3.ebuild,v 1.9 2006/10/26 06:55:40 vapier Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm bfin cris hppa m68k ia64 ppc ppc64 s390 sh sparc x86" @@ -12,10 +12,12 @@ PATCHES_V='7' SRC_URI="${KERNEL_URI} mirror://gentoo/linux-2.6.11-m68k-headers.patch.bz2 mirror://gentoo/linux-2.6.12.1-blackfin.patch.bz2 http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-headers/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" + KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # Not tested to be fully stable, if things break file bugs to plasmaroo please... +IUSE="gcc64" DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) ) - sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )" + sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )" UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2 ${DISTDIR}/linux-2.6.12.1-blackfin.patch.bz2" |