diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-26 08:24:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-26 08:24:44 +0000 |
commit | 15ce6e5164793000f4c38514af87f8481d296aa6 (patch) | |
tree | 0a3495d7fc57d2b033082ead931799edee165260 /sys-libs/libstdc++-v3 | |
parent | Bump (diff) | |
download | gentoo-2-15ce6e5164793000f4c38514af87f8481d296aa6.tar.gz gentoo-2-15ce6e5164793000f4c38514af87f8481d296aa6.tar.bz2 gentoo-2-15ce6e5164793000f4c38514af87f8481d296aa6.zip |
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!)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index 0fdccdcf9252..35e62ae95a50 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -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 <mgorny@gentoo.org> 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 <vapier@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild: Depend on bison since we used it to build #500660 by dwfreed. diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild index 7d0b84e9672f..447097a96194 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild @@ -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 @@ do_filter_flags() { # Bug #442784 filter-flags '-W*' + filter-flags -frecord-gcc-switches + # ...sure, why not? strip-unsupported-flags @@ -119,7 +121,7 @@ SLOT="5" 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} |