diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-09-26 18:51:59 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-09-26 18:51:59 +0000 |
commit | 8befa8a3bb8a28407ed28f28db26fd934be0d3cd (patch) | |
tree | 0d34c6e90c67ae917c8a3314abefb76a29f585b1 | |
parent | Remove old. (diff) | |
download | gentoo-2-8befa8a3bb8a28407ed28f28db26fd934be0d3cd.tar.gz gentoo-2-8befa8a3bb8a28407ed28f28db26fd934be0d3cd.tar.bz2 gentoo-2-8befa8a3bb8a28407ed28f28db26fd934be0d3cd.zip |
Stable on alpha, bug 431878.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.7.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index a4923ea0749b..6418d1bcd204 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.901 2012/09/13 17:29:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.902 2012/09/26 18:51:59 mattst88 Exp $ + + 26 Sep 2012; Matt Turner <mattst88@gentoo.org> gcc-4.4.7.ebuild, + gcc-4.5.4.ebuild: + Stable on alpha, bug 431878. 13 Sep 2012; Anthony G. Basile <blueness@gentoo.org> gcc-4.4.7.ebuild: Stable ppc64, bug #431878 - forgot 4.4.7 diff --git a/sys-devel/gcc/gcc-4.4.7.ebuild b/sys-devel/gcc/gcc-4.4.7.ebuild index 457c6f2078c4..8fcc433c1a1c 100644 --- a/sys-devel/gcc/gcc-4.4.7.ebuild +++ b/sys-devel/gcc/gcc-4.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.6 2012/09/13 17:29:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.7 2012/09/26 18:51:59 mattst88 Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -22,7 +22,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 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} diff --git a/sys-devel/gcc/gcc-4.5.4.ebuild b/sys-devel/gcc/gcc-4.5.4.ebuild index 54f709222c7f..35ddfcb1e93a 100644 --- a/sys-devel/gcc/gcc-4.5.4.ebuild +++ b/sys-devel/gcc/gcc-4.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.7 2012/09/13 14:45:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.8 2012/09/26 18:51:59 mattst88 Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -22,7 +22,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 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} |