diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 18:16:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 18:16:35 +0000 |
commit | d3b8f93d49bc7ac2acaa9a716be00262e8a4d64b (patch) | |
tree | 2db0d6bd55662fae8f2e33efb84f38b5c8fc0e43 /sys-libs/libstdc++-v3 | |
parent | Fix building with newer bison-3 #519704 by Andrew Church. (diff) | |
download | gentoo-2-d3b8f93d49bc7ac2acaa9a716be00262e8a4d64b.tar.gz gentoo-2-d3b8f93d49bc7ac2acaa9a716be00262e8a4d64b.tar.bz2 gentoo-2-d3b8f93d49bc7ac2acaa9a716be00262e8a4d64b.zip |
Fix building with newer bison-3 #509572 by jannis.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index 35e62ae95a50..7f873d4ef4be 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -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 <vapier@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild: + Fix building with newer bison-3 #509572 by jannis. 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 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 447097a96194..fd222e7c540d 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 +# 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 @@ do_filter_flags() { 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 @@ SLOT="5" 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} |