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.6.11-r6.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.6.11-r6.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.11-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.11-r6.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.11-r6.ebuild index fd93c224cc1e..455f8e475d0d 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.11-r6.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.11-r6.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.6.11-r6.ebuild,v 1.5 2006/10/26 06:55:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.11-r6.ebuild,v 1.6 2007/01/18 12:56:46 gustavoz Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm bfin cris hppa ia64 m68k nios2 ppc ppc64 s390 sh sparc x86" @@ -17,7 +17,7 @@ KEYWORDS="-* ia64 sparc" IUSE="gcc64" DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) ) - sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )" + sparc? ( gcc64? ( sys-devel/kgcc64 ) )" UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2 ${DISTDIR}/linux-2.6.12.1-blackfin.patch.bz2" |