Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libstdc++-v3/
Date: Sat, 02 Sep 2017 08:08:16
Message-Id: 1504338992.01e9edb299858c6d9f57f1f332d5b41b6f4833ba.soap@gentoo
1 commit: 01e9edb299858c6d9f57f1f332d5b41b6f4833ba
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 07:54:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 07:56:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e9edb2
7
8 sys-libs/libstdc++-v3: Filter '-fdiagnostics-color' from CFLAGS
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 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
16 index 8223a953337..53ec501f081 100644
17 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
18 +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit eutils flag-o-matic libtool multilib
25 @@ -101,6 +101,7 @@ do_filter_flags() {
26 filter-flags '-W*'
27
28 filter-flags -frecord-gcc-switches
29 + filter-flags '-fdiagnostics-color*'
30
31 # ...sure, why not?
32 strip-unsupported-flags
33 @@ -110,7 +111,7 @@ do_filter_flags() {
34
35 PATCH_VER="1.9"
36
37 -DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++"
38 +DESCRIPTION="Compatibility package for binaries linked against a pre gcc 3.4 libstdc++"
39 HOMEPAGE="https://gcc.gnu.org/libstdc++/"
40 SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2
41 mirror://gentoo/gcc-${PV}-patches-${PATCH_VER}.tar.bz2"