diff options
author | Guy Martin <gmsoft@gentoo.org> | 2011-03-01 17:00:00 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2011-03-01 17:00:00 +0000 |
commit | b299e2af7ea128d13b6de0b11093613582404f5a (patch) | |
tree | 76a2899ddf87946c0ea5f0b6047d6ecd6a60c7e1 /sys-devel | |
parent | Version bump drop broken version. (diff) | |
download | gentoo-2-b299e2af7ea128d13b6de0b11093613582404f5a.tar.gz gentoo-2-b299e2af7ea128d13b6de0b11093613582404f5a.tar.bz2 gentoo-2-b299e2af7ea128d13b6de0b11093613582404f5a.zip |
Stable on hppa to fix kernel build issue (see #349113).
(Portage version: 2.1.9.25/cvs/Linux parisc64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.4.5.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.5.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index 37ea4e0e949c..679b3a77e92d 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2011/02/26 06:10:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.34 2011/03/01 17:00:00 gmsoft Exp $ + + 01 Mar 2011; Guy Martin <gmsoft@gentoo.org> kgcc64-4.4.5.ebuild, + kgcc64-4.5.2.ebuild: + Stable on hppa to fix kernel build issue (see #349113). *kgcc64-4.5.2 (26 Feb 2011) *kgcc64-4.4.5 (26 Feb 2011) diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild index dc23c61f8652..59ae242ae514 100644 --- a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.1 2011/02/26 06:10:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.2 2011/03/01 17:00:00 gmsoft 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 ~sparc" +KEYWORDS="hppa ~sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild index d82e1449f390..76b1d30c2ab3 100644 --- a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild @@ -1,6 +1,6 @@ # 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.5.2.ebuild,v 1.1 2011/02/26 06:10:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.2 2011/03/01 17:00:00 gmsoft 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 ~sparc" +KEYWORDS="hppa ~sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |