diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2009-04-16 18:09:00 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2009-04-16 18:09:00 +0000 |
commit | cde28311cc16686471df5ff2a297f8071638dfb4 (patch) | |
tree | e931f6521fdf402f1880bd31891739889bcb0883 /sys-devel/kgcc64 | |
parent | Bump to liferea-1.4.28 (diff) | |
download | gentoo-2-cde28311cc16686471df5ff2a297f8071638dfb4.tar.gz gentoo-2-cde28311cc16686471df5ff2a297f8071638dfb4.tar.bz2 gentoo-2-cde28311cc16686471df5ff2a297f8071638dfb4.zip |
Stable on sparc
(Portage version: 2.1.6.7/cvs/Linux sparc64)
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index fe4e6c6a1b70..9526c3ff948a 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.24 2009/03/08 21:21:09 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.25 2009/04/16 18:09:00 bluebird Exp $ + + 16 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> kgcc64-4.3.3.ebuild: + Stable on sparc 08 Mar 2009; Friedrich Oslage <bluebird@gentoo.org> kgcc64-4.3.3.ebuild: Readd ~sparc keyword, we're also not affected by header issues with gcc, diff --git a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild index b9c7aa5a049a..b5cbb95ce4f8 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 # 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.2 2009/03/08 21:21:09 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.3 2009/04/16 18:09:00 bluebird 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="~mips sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |