diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild index b530fe343fad..a4b538363c91 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.8.1-r4.ebuild,v 1.5 2005/07/02 02:54:32 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild,v 1.6 2005/07/06 05:51:07 dostrow Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc sh x86" @@ -13,6 +13,8 @@ SRC_URI="${KERNEL_URI} mirror://gentoo/linux-2.6.8.1-sh-headers.patch.bz2 http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-headers/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sparc sh x86" +DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) )" + UNIPATCH_LIST="${DISTDIR}/linux-2.6.8.1-sh-headers.patch.bz2 ${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2" |