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 5AD1E1396D0 for ; Sun, 20 Aug 2017 19:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0F11FC008; Sun, 20 Aug 2017 19:09:46 +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 78AAC1FC008 for ; Sun, 20 Aug 2017 19:09:46 +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 BE0113417D4 for ; Sun, 20 Aug 2017 19:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD3B7CA5 for ; Sun, 20 Aug 2017 19:09:44 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1503256035.4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5.reavertm@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.0.3.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5 X-VCS-Branch: master Date: Sun, 20 Aug 2017 19:09:44 +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: 18a5317b-4fb6-4955-8962-d429d3358e73 X-Archives-Hash: 40cf50de9374be5000e308d54ca07305 commit: 4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5 Author: Maciej Mrozowski gentoo org> AuthorDate: Sun Aug 20 19:05:49 2017 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Sun Aug 20 19:07:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e369cdc sci-libs/gdal: Enforce -std=c++ due to app-text/poppler, bug 626844 sci-libs/gdal/gdal-2.0.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.0.3.ebuild b/sci-libs/gdal/gdal-2.0.3.ebuild index c4ae37e4b83..a24cb7c3250 100644 --- a/sci-libs/gdal/gdal-2.0.3.ebuild +++ b/sci-libs/gdal/gdal-2.0.3.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 -inherit autotools perl-module distutils-r1 toolchain-funcs java-pkg-opt-2 +inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" HOMEPAGE="http://www.gdal.org/" @@ -122,6 +122,9 @@ src_prepare() { default + # bug 626844, poppler headers require C++11 + use pdf && append-cxxflags -std=c++11 + tc-export AR RANLIB mv configure.{in,ac} || die