diff options
author | 2007-07-20 19:15:43 +0000 | |
---|---|---|
committer | 2007-07-20 19:15:43 +0000 | |
commit | 3273919aa3fae509123afd111b6a4adf8ae1eae1 (patch) | |
tree | ba3dc8c8b0856dc05f8ffee9656dcc93d43dce65 /sys-devel/kgcc64 | |
parent | version bump from Sam Jacobson (#185972) (diff) | |
download | gentoo-2-3273919aa3fae509123afd111b6a4adf8ae1eae1.tar.gz gentoo-2-3273919aa3fae509123afd111b6a4adf8ae1eae1.tar.bz2 gentoo-2-3273919aa3fae509123afd111b6a4adf8ae1eae1.zip |
Stable on sparc
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-devel/kgcc64')
-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 a0aac4a97596..114870b3780b 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.10 2007/05/27 18:42:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.11 2007/07/20 19:15:43 gustavoz Exp $ + + 20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> kgcc64-4.1.2.ebuild: + Stable on sparc *kgcc64-4.1.2 (27 May 2007) diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild index afff00713eb3..42728ed1dec1 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.1 2007/05/27 18:42:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.2 2007/07/20 19:15:43 gustavoz 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 |