vapier 15/04/06 18:16:10 Modified: gcc-3.4.6-r2.ebuild gcc-3.3.6-r1.ebuild ChangeLog Log: Fix building with newer bison-3 #519704 by Andrew Church. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.40 sys-devel/gcc/gcc-3.4.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?r1=1.39&r2=1.40 Index: gcc-3.4.6-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- gcc-3.4.6-r2.ebuild 29 Mar 2015 19:24:26 -0000 1.39 +++ gcc-3.4.6-r2.ebuild 6 Apr 2015 18:16:10 -0000 1.40 @@ -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-3.4.6-r2.ebuild,v 1.39 2015/03/29 19:24:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.40 2015/04/06 18:16:10 vapier Exp $ EAPI="2" -PATCH_VER="1.7" +PATCH_VER="1.8" UCLIBC_VER="1.1" UCLIBC_GCC_VER="3.4.5" HTB_VER="1.00.1" 1.28 sys-devel/gcc/gcc-3.3.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?r1=1.27&r2=1.28 Index: gcc-3.3.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- gcc-3.3.6-r1.ebuild 23 Oct 2014 23:48:17 -0000 1.27 +++ gcc-3.3.6-r1.ebuild 6 Apr 2015 18:16:10 -0000 1.28 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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-3.3.6-r1.ebuild,v 1.27 2014/10/23 23:48:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.28 2015/04/06 18:16:10 vapier Exp $ EAPI="2" -PATCH_VER="1.8" +PATCH_VER="1.9" UCLIBC_VER="1.0" HTB_VER="1.00-r2" 1.1060 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1060&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1060&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1059&r2=1.1060 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.1059 retrieving revision 1.1060 diff -u -r1.1059 -r1.1060 --- ChangeLog 4 Apr 2015 22:39:24 -0000 1.1059 +++ ChangeLog 6 Apr 2015 18:16:10 -0000 1.1060 @@ -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.1059 2015/04/04 22:39:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1060 2015/04/06 18:16:10 vapier Exp $ + + 06 Apr 2015; Mike Frysinger <[email protected]> gcc-3.3.6-r1.ebuild, + gcc-3.4.6-r2.ebuild: + Fix building with newer bison-3 #519704 by Andrew Church. 04 Apr 2015; Mike Frysinger <[email protected]> gcc-4.8.4.ebuild: Mark arm64/m68k/s390/sh stable.
