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 84F681396D0 for ; Mon, 7 Aug 2017 19:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83A6E0BA0; Mon, 7 Aug 2017 19:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B2C5DE0BA0 for ; Mon, 7 Aug 2017 19:28:41 +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 DD9A5341841 for ; Mon, 7 Aug 2017 19:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E94E74A9 for ; Mon, 7 Aug 2017 19:28:39 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1502134094.688cb6112495f5f2a282ff2b846c2fcff2c03eaf.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.16.0.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 688cb6112495f5f2a282ff2b846c2fcff2c03eaf X-VCS-Branch: master Date: Mon, 7 Aug 2017 19:28:39 +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: e0d41a04-4954-4578-b4bf-3e71a4917838 X-Archives-Hash: 4521cc670571c7c76474363167df0375 commit: 688cb6112495f5f2a282ff2b846c2fcff2c03eaf Author: Austin English gentoo org> AuthorDate: Mon Aug 7 19:27:58 2017 +0000 Commit: Austin English gentoo org> CommitDate: Mon Aug 7 19:28:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688cb611 net-print/cups-filters: append -std=c++11 to CXXFLAGS Gentoo-Bug: https://bugs.gentoo.org/626800 Acked-By: Manuel Rueger gentoo.org> Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-print/cups-filters/cups-filters-1.16.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-1.16.0.ebuild b/net-print/cups-filters/cups-filters-1.16.0.ebuild index 99e00cdae7d..25780fbc625 100644 --- a/net-print/cups-filters/cups-filters-1.16.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.16.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no -inherit perl-module systemd +inherit perl-module systemd flag-o-matic if [[ "${PV}" == "9999" ]] ; then inherit bzr autotools @@ -50,6 +50,9 @@ DEPEND="${RDEPEND} src_prepare() { default [[ "${PV}" == "9999" ]] && eautoreconf + + # Bug #626800 + append-cxxflags -std=c++11 } src_configure() {