diff options
author | Ryan Hill <rhill@gentoo.org> | 2014-10-02 00:10:29 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2014-10-02 00:10:29 +0000 |
commit | 2550e30c322367fcef57cbb41a3fee84599c70d1 (patch) | |
tree | 5f657713e8558c8bc85118664d6ec9839db1d881 /sys-devel | |
parent | Remove older version (diff) | |
download | gentoo-2-2550e30c322367fcef57cbb41a3fee84599c70d1.tar.gz gentoo-2-2550e30c322367fcef57cbb41a3fee84599c70d1.tar.bz2 gentoo-2-2550e30c322367fcef57cbb41a3fee84599c70d1.zip |
4.7.3 p1.5: Backport PR60155 fix to stable (bug #512586).
Signed-off-by: Ryan Hill <rhill@gentoo.org>
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 80a1185e74be..77f7ef5f22d1 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1020 2014/09/29 02:58:48 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1021 2014/10/02 00:10:29 rhill Exp $ + + 02 Oct 2014; Ryan Hill <rhill@gentoo.org> gcc-4.7.3-r1.ebuild: + 4.7.3 p1.5: Backport PR60155 fix to stable (bug #512586). 29 Sep 2014; Ryan Hill <rhill@gentoo.org> gcc-4.7.4.ebuild: 4.7.4 p1.2: Fix openssh build on alpha (bug #512586). diff --git a/sys-devel/gcc/gcc-4.7.3-r1.ebuild b/sys-devel/gcc/gcc-4.7.3-r1.ebuild index 1cd56c195fde..f0c841993546 100644 --- a/sys-devel/gcc/gcc-4.7.3-r1.ebuild +++ b/sys-devel/gcc/gcc-4.7.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.17 2014/02/16 07:32:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.18 2014/10/02 00:10:29 rhill Exp $ EAPI="2" -PATCH_VER="1.4" +PATCH_VER="1.5" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |