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.16.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.16.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.16.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.16.ebuild index 08fda65eeee7..e0a4f75be605 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.16.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.16.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.16.ebuild,v 1.12 2006/10/26 06:55:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.16.ebuild,v 1.13 2007/01/18 12:56:46 gustavoz Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86" @@ -16,7 +16,7 @@ KEYWORDS="-* ~amd64 ppc ppc64" 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" |