diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-26 09:43:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-26 09:43:09 +0000 |
commit | 2947d455612ebc3b4ef9229452a42327b29d525b (patch) | |
tree | d1eae61b31cd3281ce95851daeda84585c159248 /sys-devel | |
parent | Stable on amd64 wrt bug #356223 (diff) | |
download | gentoo-2-2947d455612ebc3b4ef9229452a42327b29d525b.tar.gz gentoo-2-2947d455612ebc3b4ef9229452a42327b29d525b.tar.bz2 gentoo-2-2947d455612ebc3b4ef9229452a42327b29d525b.zip |
Stable on amd64 wrt bug #354881
(Portage version: 2.1.9.39/cvs/Linux x86_64, RepoMan options: --force)
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 3f27e2c58e8e..f503011d61c6 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.804 2011/02/25 23:24:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.805 2011/02/26 09:43:09 hwoarang Exp $ + + 26 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gcc-4.4.5.ebuild: + Stable on amd64 wrt bug #354881 25 Feb 2011; Christian Faulhammer <fauli@gentoo.org> gcc-4.4.5.ebuild: stable x86, bug 354881 diff --git a/sys-devel/gcc/gcc-4.4.5.ebuild b/sys-devel/gcc/gcc-4.4.5.ebuild index abc9477b9647..33cf76c6bb92 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.5 2011/02/25 23:24:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.6 2011/02/26 09:43:09 hwoarang 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="" |