diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-14 17:18:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-14 17:18:04 +0000 |
commit | 15cae6d85f7c2ca6b014a77409f2d33f6a97866d (patch) | |
tree | 849fbf0590858c4db2a04713d710303fa7772e8a /sys-devel/kgcc64/kgcc64-4.3.3.ebuild | |
parent | Stable for HPPA (bug #327777). (diff) | |
download | historical-15cae6d85f7c2ca6b014a77409f2d33f6a97866d.tar.gz historical-15cae6d85f7c2ca6b014a77409f2d33f6a97866d.tar.bz2 historical-15cae6d85f7c2ca6b014a77409f2d33f6a97866d.zip |
Marked ~hppa (bug #291992).
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.3.3.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild index b5cbb95ce4f8..2b87c629f04c 100644 --- a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.3 2009/04/16 18:09:00 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.4 2010/07/14 17:18:04 jer 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="~mips sparc" +KEYWORDS="~hppa ~mips sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |