vapier 15/04/23 19:14:21 Modified: gcc-4.8.4.ebuild gcc-4.9.2.ebuild ChangeLog Log: Fix building with isl-0.13+ #547480. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.13 sys-devel/gcc/gcc-4.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?r1=1.12&r2=1.13 Index: gcc-4.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gcc-4.8.4.ebuild 23 Apr 2015 13:04:57 -0000 1.12 +++ gcc-4.8.4.ebuild 23 Apr 2015 19:14:21 -0000 1.13 @@ -1,10 +1,10 @@ # 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.8.4.ebuild,v 1.12 2015/04/23 13:04:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.13 2015/04/23 19:14:21 vapier Exp $ EAPI="4" -PATCH_VER="1.4" +PATCH_VER="1.5" UCLIBC_VER="1.0" # Hardened gcc 4 stuff 1.17 sys-devel/gcc/gcc-4.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?r1=1.16&r2=1.17 Index: gcc-4.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gcc-4.9.2.ebuild 31 Mar 2015 06:23:55 -0000 1.16 +++ gcc-4.9.2.ebuild 23 Apr 2015 19:14:21 -0000 1.17 @@ -1,10 +1,10 @@ # 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.9.2.ebuild,v 1.16 2015/03/31 06:23:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.17 2015/04/23 19:14:21 vapier Exp $ EAPI="4" -PATCH_VER="1.3" +PATCH_VER="1.4" UCLIBC_VER="1.0" # Hardened gcc 4 stuff 1.1064 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1064&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1064&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1063&r2=1.1064 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.1063 retrieving revision 1.1064 diff -u -r1.1063 -r1.1064 --- ChangeLog 23 Apr 2015 13:04:57 -0000 1.1063 +++ ChangeLog 23 Apr 2015 19:14:21 -0000 1.1064 @@ -1,6 +1,10 @@ # 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.1063 2015/04/23 13:04:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1064 2015/04/23 19:14:21 vapier Exp $ + + 23 Apr 2015; Mike Frysinger <[email protected]> gcc-4.8.4.ebuild, + gcc-4.9.2.ebuild: + Fix building with isl-0.13+ #547480. 23 Apr 2015; Mikle Kolyada <[email protected]> gcc-4.8.4.ebuild: sparc stable wrt bug #545124
