diff options
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.5.2.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild index d82e1449f390..76b1d30c2ab3 100644 --- a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.5.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.5.2.ebuild,v 1.1 2011/02/26 06:10:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.2 2011/03/01 17:00:00 gmsoft Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -23,7 +23,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" # Works on mips and sparc; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~sparc" +KEYWORDS="hppa ~sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |