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 3F9F71382C5 for ; Wed, 14 Mar 2018 18:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DE9E087C; Wed, 14 Mar 2018 18:42:58 +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 42E30E087C for ; Wed, 14 Mar 2018 18:42:58 +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 E2F97335C8C for ; Wed, 14 Mar 2018 18:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2423244 for ; Wed, 14 Mar 2018 18:42:54 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1521052955.654a8fea21725227f671b15a85e55bce9ee1b5ab.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.40.1-r1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 654a8fea21725227f671b15a85e55bce9ee1b5ab X-VCS-Branch: master Date: Wed, 14 Mar 2018 18:42:54 +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: 406ec80a-b77a-4b3e-ab87-df12dd8c8564 X-Archives-Hash: a54f7e6ee2afcce4bbdf97f1a6357182 commit: 654a8fea21725227f671b15a85e55bce9ee1b5ab Author: Sebastian Pipping gentoo org> AuthorDate: Wed Mar 14 18:35:51 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 14 18:42:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a8fea media-gfx/graphviz: Fix compilation Closes: https://bugs.gentoo.org/648764 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/graphviz/graphviz-2.40.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild index e4c24d2f730..8121a9a6b95 100644 --- a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild @@ -182,6 +182,8 @@ src_prepare() { use java && append-cppflags $(java-pkg_get-jni-cflags) + append-cxxflags -std=c++11 # bug 648764 + eautoreconf }