vapier 15/04/06 18:16:35 Modified: libstdc++-v3-3.3.6-r1.ebuild ChangeLog Log: Fix building with newer bison-3 #509572 by jannis. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.14 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.13&r2=1.14 Index: libstdc++-v3-3.3.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libstdc++-v3-3.3.6-r1.ebuild 26 Jun 2014 08:24:44 -0000 1.13 +++ libstdc++-v3-3.3.6-r1.ebuild 6 Apr 2015 18:16:35 -0000 1.14 @@ -1,6 +1,6 @@ -# 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-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.13 2014/06/26 08:24:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.14 2015/04/06 18:16:35 vapier Exp $ inherit eutils flag-o-matic libtool multilib @@ -109,7 +109,7 @@ strip-flags } -PATCH_VER="1.8" +PATCH_VER="1.9" DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++" HOMEPAGE="http://gcc.gnu.org/libstdc++/" @@ -121,7 +121,7 @@ KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls" -DEPEND="<sys-devel/bison-3" +DEPEND="sys-devel/bison" RDEPEND="" S=${WORKDIR}/gcc-${PV} 1.77 sys-libs/libstdc++-v3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 26 Jun 2014 08:24:44 -0000 1.76 +++ ChangeLog 6 Apr 2015 18:16:35 -0000 1.77 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libstdc++-v3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.76 2014/06/26 08:24:44 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.77 2015/04/06 18:16:35 vapier Exp $ + + 06 Apr 2015; Mike Frysinger <[email protected]> libstdc++-v3-3.3.6-r1.ebuild: + Fix building with newer bison-3 #509572 by jannis. 26 Jun 2014; Michał Górny <[email protected]> libstdc++-v3-3.3.6-r1.ebuild: Filter out -frecord-gcc-switches. Require <bison-3 until the underlying issue
