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 | d45a9f1c4c0ceb1327ed88e739787dff5384f442 (patch) | |
tree | 45fbd3a23a493c783148e0f549ed6368280224e8 /sys-devel/kgcc64 | |
parent | Stable for HPPA (bug #327777). (diff) | |
download | gentoo-2-d45a9f1c4c0ceb1327ed88e739787dff5384f442.tar.gz gentoo-2-d45a9f1c4c0ceb1327ed88e739787dff5384f442.tar.bz2 gentoo-2-d45a9f1c4c0ceb1327ed88e739787dff5384f442.zip |
Marked ~hppa (bug #291992).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index 9526c3ff948a..ed54a98fc09c 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/kgcc64 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.25 2009/04/16 18:09:00 bluebird Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.26 2010/07/14 17:18:04 jer Exp $ + + 14 Jul 2010; Jeroen Roovers <jer@gentoo.org> kgcc64-4.3.3.ebuild: + Marked ~hppa (bug #291992). 16 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> kgcc64-4.3.3.ebuild: Stable on sparc 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 |