diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-02-25 23:24:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-02-25 23:24:28 +0000 |
commit | 0a9df047308220eb1cde1dd18f84f5118ab92e60 (patch) | |
tree | 533076d7f88ea19e1701d1f884831c8e28216979 /sys-devel | |
parent | Set SUPPORT_PYTHON_ABIS (bug #345519). (diff) | |
download | gentoo-2-0a9df047308220eb1cde1dd18f84f5118ab92e60.tar.gz gentoo-2-0a9df047308220eb1cde1dd18f84f5118ab92e60.tar.bz2 gentoo-2-0a9df047308220eb1cde1dd18f84f5118ab92e60.zip |
stable x86, bug 354881
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index be03871f7c05..3f27e2c58e8e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # 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.803 2011/02/15 14:03:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.804 2011/02/25 23:24:28 fauli Exp $ + + 25 Feb 2011; Christian Faulhammer <fauli@gentoo.org> gcc-4.4.5.ebuild: + stable x86, bug 354881 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> diff --git a/sys-devel/gcc/gcc-4.4.5.ebuild b/sys-devel/gcc/gcc-4.4.5.ebuild index 5d4e77c972c7..abc9477b9647 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.4 2011/02/15 14:03:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.5 2011/02/25 23:24:28 fauli 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="" |