mgorny 14/06/26 08:24:44 Modified: libstdc++-v3-3.3.6-r1.ebuild ChangeLog Log: Filter out -frecord-gcc-switches. Require <bison-3 until the underlying issue is fixed properly, bug #509572. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.13 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.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.13&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.12&r2=1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libstdc++-v3-3.3.6-r1.ebuild 16 Feb 2014 19:29:29 -0000 1.12 +++ libstdc++-v3-3.3.6-r1.ebuild 26 Jun 2014 08:24:44 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.12 2014/02/16 19:29:29 vapier Exp $ +# $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 $ inherit eutils flag-o-matic libtool multilib @@ -101,6 +101,8 @@ # Bug #442784 filter-flags '-W*' + filter-flags -frecord-gcc-switches + # ...sure, why not? strip-unsupported-flags @@ -119,7 +121,7 @@ KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls" -DEPEND="sys-devel/bison" +DEPEND="<sys-devel/bison-3" RDEPEND="" S=${WORKDIR}/gcc-${PV} 1.76 sys-libs/libstdc++-v3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 16 Feb 2014 19:29:29 -0000 1.75 +++ ChangeLog 26 Jun 2014 08:24:44 -0000 1.76 @@ -1,6 +1,10 @@ # 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.75 2014/02/16 19:29:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.76 2014/06/26 08:24:44 mgorny Exp $ + + 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 + is fixed properly, bug #509572. 16 Feb 2014; Mike Frysinger <[email protected]> libstdc++-v3-3.3.6-r1.ebuild: Depend on bison since we used it to build #500660 by dwfreed.
