diff options
author | 2007-01-18 12:45:02 +0000 | |
---|---|---|
committer | 2007-01-18 12:45:02 +0000 | |
commit | a90c8392bc06e48ced9019103d5f9e5ace54496e (patch) | |
tree | 260c7d482c87265136c24fe9b6fd154d6af1bc49 /sys-devel/kgcc64/kgcc64-3.4.6.ebuild | |
parent | Stable on ppc; bug #162649. (diff) | |
download | gentoo-2-a90c8392bc06e48ced9019103d5f9e5ace54496e.tar.gz gentoo-2-a90c8392bc06e48ced9019103d5f9e5ace54496e.tar.bz2 gentoo-2-a90c8392bc06e48ced9019103d5f9e5ace54496e.zip |
Stable on sparc
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-3.4.6.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-3.4.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild index 01e1327113f9..8d281dd700bb 100644 --- a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild +++ b/sys-devel/kgcc64/kgcc64-3.4.6.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-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.6 2006/09/25 16:29:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.7 2007/01/18 12:45:02 gustavoz Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -22,7 +22,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" -KEYWORDS="-* ~hppa mips ~ppc ~s390 ~sparc ~x86" +KEYWORDS="-* ~hppa mips ~ppc ~s390 sparc ~x86" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |