diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-15 14:03:44 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-15 14:03:44 +0000 |
commit | 2241ab3e780ee61844e6096378278b59cc341f4b (patch) | |
tree | d6cb11b5652846511c4c958b38d179ee15d2584f /sys-devel | |
parent | remove old (diff) | |
download | gentoo-2-2241ab3e780ee61844e6096378278b59cc341f4b.tar.gz gentoo-2-2241ab3e780ee61844e6096378278b59cc341f4b.tar.bz2 gentoo-2-2241ab3e780ee61844e6096378278b59cc341f4b.zip |
ppc/ppc64 stable wrt #354881. Thanks Alex Buell <alex.buell@munted.org.uk> for testing.
(Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 399dab26e881..be03871f7c05 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.802 2011/02/13 12:03:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.803 2011/02/15 14:03:44 xarthisius Exp $ + + 15 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> gcc-4.4.5.ebuild: + ppc/ppc64 stable wrt #354881. Thanks Alex Buell <alex.buell@munted.org.uk> + for testing. 13 Feb 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.2.ebuild: Bump patchset to 1.1. Fixes for arm and testsuite stuff. diff --git a/sys-devel/gcc/gcc-4.4.5.ebuild b/sys-devel/gcc/gcc-4.4.5.ebuild index ab0305d171f7..5d4e77c972c7 100644 --- a/sys-devel/gcc/gcc-4.4.5.ebuild +++ b/sys-devel/gcc/gcc-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/gcc/gcc-4.4.5.ebuild,v 1.3 2011/02/13 04:53:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.4 2011/02/15 14:03:44 xarthisius Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -24,7 +24,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" |