diff options
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index c75fe95499d5..e1a37822b3d3 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.13 2007/10/11 11:25:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.14 2007/11/20 04:06:21 kumba Exp $ + + 20 Nov 2007; Joshua Kinard <kumba@gentoo.org> kgcc64-4.1.2.ebuild: + Stable on mips, per #194953. 11 Oct 2007; René Nussbaumer <killerfox@gentoo.org> kgcc64-4.1.2.ebuild: Stable on ppc. See bug #194953. diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild index 4599d4f28def..811d4d37d974 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-2007 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.4 2007/10/11 11:25:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.5 2007/11/20 04:06:21 kumba 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 |