diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-18 12:56:46 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-18 12:56:46 +0000 |
commit | cc0247a4b5f45d844a117883a76e4bc653f1b51e (patch) | |
tree | 90bc5f9cce08868f876db5c5eb6ab5e1353ff0ee /sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild | |
parent | Switch to kgcc64 and drop the silo nonsense (diff) | |
download | gentoo-2-cc0247a4b5f45d844a117883a76e4bc653f1b51e.tar.gz gentoo-2-cc0247a4b5f45d844a117883a76e4bc653f1b51e.tar.bz2 gentoo-2-cc0247a4b5f45d844a117883a76e4bc653f1b51e.zip |
Switch to kgcc64 for sparc
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild index 8292896ca0d2..e3a375ef7640 100644 --- a/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.4.26-r1.ebuild,v 1.21 2006/10/26 06:55:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild,v 1.22 2007/01/18 12:56:46 gustavoz Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm m68k ppc sh sparc x86" @@ -12,7 +12,7 @@ SRC_URI="${KERNEL_URI}" KEYWORDS="-* alpha -amd64 arm ia64 m68k -mips ppc ppc64 s390 sh sparc x86" IUSE="gcc64" -DEPEND="sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )" +DEPEND="sparc? ( gcc64? ( sys-devel/kgcc64 ) )" UNIPATCH_LIST="${FILESDIR}/linux-headers-2.4-armeb-stat.patch ${FILESDIR}/linux-headers-2.4-arm-cris-ELF_DATA.patch |