diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-11-20 04:06:21 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-11-20 04:06:21 +0000 |
commit | 3ee7d141301fb12d7936bcd83ac48e82082276ea (patch) | |
tree | e74e8e5ed2cf02b1abe81b3a935a4bdfc0f09339 /sys-devel/kgcc64/kgcc64-4.1.2.ebuild | |
parent | Stable on mips, per #178768. (diff) | |
download | gentoo-2-3ee7d141301fb12d7936bcd83ac48e82082276ea.tar.gz gentoo-2-3ee7d141301fb12d7936bcd83ac48e82082276ea.tar.bz2 gentoo-2-3ee7d141301fb12d7936bcd83ac48e82082276ea.zip |
Stable on mips, per #194953.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.1.2.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild index 4599d4f28def..811d4d37d974 100644 --- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild @@ -1,6 +1,6 @@ # 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-4.1.2.ebuild,v 1.4 2007/10/11 11:25:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.5 2007/11/20 04:06:21 kumba 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 |