diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-03 13:15:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-03 13:15:27 +0000 |
commit | 96d2837ef9e92953161011375e2000b5b6693054 (patch) | |
tree | ad87b2767cb2ccc4098282641676f59884184429 /sys-devel/kgcc64 | |
parent | Version bump, just bugfixes for version 1. Drop old versions (diff) | |
download | gentoo-2-96d2837ef9e92953161011375e2000b5b6693054.tar.gz gentoo-2-96d2837ef9e92953161011375e2000b5b6693054.tar.bz2 gentoo-2-96d2837ef9e92953161011375e2000b5b6693054.zip |
sparc stable
(Portage version: 2.1.9.24/cvs/Linux ia64)
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.4.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index a910a3e9613a..60e146999ec7 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.30 2011/01/02 09:54:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.31 2011/01/03 13:15:27 armin76 Exp $ + + 03 Jan 2011; Raúl Porcel <armin76@gentoo.org> kgcc64-4.4.4.ebuild: + sparc stable 02 Jan 2011; Thomas Kahle <tomka@gentoo.org> kgcc64-3.4.6.ebuild, kgcc64-4.1.2.ebuild, kgcc64-4.2.4.ebuild: diff --git a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild index 360902f8cd8f..68cdc283a1d4 100644 --- a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.4.4.ebuild,v 1.2 2010/09/10 14:55:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.4.ebuild,v 1.3 2011/01/03 13:15:27 armin76 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" +KEYWORDS="hppa sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |