diff options
author | 2011-02-06 11:36:05 +0000 | |
---|---|---|
committer | 2011-02-06 11:36:05 +0000 | |
commit | c3825a9ee2e5fa0d047a1fdd1ba0db65b4eafcdf (patch) | |
tree | 5e27f9fb035dca3508212d56d5c05ecb8e702198 /sys-devel/kgcc64/kgcc64-4.1.2.ebuild | |
parent | Drop to ~mips (diff) | |
download | gentoo-2-c3825a9ee2e5fa0d047a1fdd1ba0db65b4eafcdf.tar.gz gentoo-2-c3825a9ee2e5fa0d047a1fdd1ba0db65b4eafcdf.tar.bz2 gentoo-2-c3825a9ee2e5fa0d047a1fdd1ba0db65b4eafcdf.zip |
Drop to ~mips
(Portage version: 2.1.9.35/cvs/Linux mips64)
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 413e2cf6f863..65f86cef0144 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-2011 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.8 2011/01/02 09:54:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.9 2011/02/06 11:36:05 leio 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" +KEYWORDS="-* hppa ~mips ppc ~s390 sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |