From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62E471396D0 for ; Sat, 2 Sep 2017 08:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2E9C1FC043; Sat, 2 Sep 2017 08:08:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D58F1FC043 for ; Sat, 2 Sep 2017 08:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F8634165C for ; Sat, 2 Sep 2017 08:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55CCE8B21 for ; Sat, 2 Sep 2017 08:08:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1504338992.01e9edb299858c6d9f57f1f332d5b41b6f4833ba.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libstdc++-v3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild X-VCS-Directories: sys-libs/libstdc++-v3/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 01e9edb299858c6d9f57f1f332d5b41b6f4833ba X-VCS-Branch: master Date: Sat, 2 Sep 2017 08:08:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd39a969-367f-4af0-9566-10e3d559b5cf X-Archives-Hash: 6e48ec3b147c5d48f46860e59320133c commit: 01e9edb299858c6d9f57f1f332d5b41b6f4833ba Author: David Seifert gentoo org> AuthorDate: Sat Sep 2 07:54:11 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 2 07:56:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e9edb2 sys-libs/libstdc++-v3: Filter '-fdiagnostics-color' from CFLAGS Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 8223a953337..53ec501f081 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,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils flag-o-matic libtool multilib @@ -101,6 +101,7 @@ do_filter_flags() { filter-flags '-W*' filter-flags -frecord-gcc-switches + filter-flags '-fdiagnostics-color*' # ...sure, why not? strip-unsupported-flags @@ -110,7 +111,7 @@ do_filter_flags() { PATCH_VER="1.9" -DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++" +DESCRIPTION="Compatibility package for binaries linked against a pre gcc 3.4 libstdc++" HOMEPAGE="https://gcc.gnu.org/libstdc++/" SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 mirror://gentoo/gcc-${PV}-patches-${PATCH_VER}.tar.bz2"