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 302EF1382C5 for ; Mon, 19 Feb 2018 19:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEB2E0C9E; Mon, 19 Feb 2018 19:43:16 +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 423E5E0C9A for ; Mon, 19 Feb 2018 19:43:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1DF5335C34 for ; Mon, 19 Feb 2018 19:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CC89242 for ; Mon, 19 Feb 2018 19:42:42 +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: <1519069241.afe9a5b0fba8e0689a3b904d889b166440a49fc1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-2.2.3-r1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: afe9a5b0fba8e0689a3b904d889b166440a49fc1 X-VCS-Branch: master Date: Mon, 19 Feb 2018 19:42:42 +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: 5b7950ac-fde2-4f61-8802-72a722226dd1 X-Archives-Hash: 6385334c1b41db75cb360ab64477e2db commit: afe9a5b0fba8e0689a3b904d889b166440a49fc1 Author: David Seifert gentoo org> AuthorDate: Mon Feb 19 18:17:21 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 19 19:40:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe9a5b0 sci-libs/gdal: Always build in C++14 mode Closes: https://bugs.gentoo.org/619148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild index e1c5f8a92cf..72c08643241 100644 --- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild +++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild @@ -117,6 +117,8 @@ src_prepare() { } src_configure() { + # bug 619148 + append-cxxflags -std=c++14 tc-export AR RANLIB local myopts=()