diff options
author | Guy Martin <gmsoft@gentoo.org> | 2008-07-14 17:57:50 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2008-07-14 17:57:50 +0000 |
commit | 171fe2dc8d4325a591488dd40bca0594514292cd (patch) | |
tree | db0f92481d855ef1d232164155635cfe4747e90a /sys-devel/kgcc64/kgcc64-4.2.4.ebuild | |
parent | Stable on ppc wrt bug 230826 (diff) | |
download | gentoo-2-171fe2dc8d4325a591488dd40bca0594514292cd.tar.gz gentoo-2-171fe2dc8d4325a591488dd40bca0594514292cd.tar.bz2 gentoo-2-171fe2dc8d4325a591488dd40bca0594514292cd.zip |
Stable on hppa.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.2.4.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild index 304b319d3c9e..067e861bb485 100644 --- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.2 2008/06/19 02:38:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.3 2008/07/14 17:57:50 gmsoft 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 |