diff options
author | 2015-05-08 12:12:37 +0000 | |
---|---|---|
committer | 2015-05-08 12:12:37 +0000 | |
commit | 3090a68271b42e554c42756f055a9578767d98dd (patch) | |
tree | f8df6bff22c7b3b49b6bad74539e3c02f200962c /sys-devel | |
parent | Stable for amd64, wrt bug #548690 (diff) | |
download | gentoo-2-3090a68271b42e554c42756f055a9578767d98dd.tar.gz gentoo-2-3090a68271b42e554c42756f055a9578767d98dd.tar.bz2 gentoo-2-3090a68271b42e554c42756f055a9578767d98dd.zip |
Stable for amd64, wrt bug #548802
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index ad7635c017d9..d638a6d0de03 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1071 2015/05/07 13:35:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1072 2015/05/08 12:12:37 ago Exp $ + + 08 May 2015; Agostino Sarubbo <ago@gentoo.org> gcc-4.7.4.ebuild: + Stable for amd64, wrt bug #548802 07 May 2015; Anthony G. Basile <blueness@gentoo.org> gcc-4.7.4.ebuild: Stable for ppc and ppc64. Bug #548802. diff --git a/sys-devel/gcc/gcc-4.7.4.ebuild b/sys-devel/gcc/gcc-4.7.4.ebuild index 109030b27c29..c8707b659aa7 100644 --- a/sys-devel/gcc/gcc-4.7.4.ebuild +++ b/sys-devel/gcc/gcc-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.4.ebuild,v 1.9 2015/05/07 13:35:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.4.ebuild,v 1.10 2015/05/08 12:12:37 ago Exp $ EAPI="4" @@ -22,7 +22,7 @@ SSP_UCLIBC_STABLE="x86 amd64 ppc ppc64 arm" inherit eutils toolchain -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} |