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 895AC138334 for ; Wed, 15 Aug 2018 23:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9376AE08BD; Wed, 15 Aug 2018 23:42:53 +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 6A2D4E08BD for ; Wed, 15 Aug 2018 23:42:53 +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 02917335D07 for ; Wed, 15 Aug 2018 23:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6788379 for ; Wed, 15 Aug 2018 23:42:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534376559.0f781832f655f5085d3f3950b44895d78d3ca092.asturm@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.3.1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f781832f655f5085d3f3950b44895d78d3ca092 X-VCS-Branch: master Date: Wed, 15 Aug 2018 23:42:49 +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: d2b88b12-29b1-48a1-a336-277094e8dc3a X-Archives-Hash: a4973814220290ea05606c45f12dbeca commit: 0f781832f655f5085d3f3950b44895d78d3ca092 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 15 23:41:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 15 23:42:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f781832 sci-libs/gdal: Fix USE zstd Package-Manager: Portage-2.3.46, Repoman-2.3.10 sci-libs/gdal/gdal-2.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild index 38736368a99..e1f97f524f2 100644 --- a/sci-libs/gdal/gdal-2.3.1.ebuild +++ b/sci-libs/gdal/gdal-2.3.1.ebuild @@ -210,8 +210,9 @@ src_configure() { $(use_with sqlite sqlite3 "${EPREFIX}"/usr) $(use_with threads) $(use_with webp) - $(use_with xls freexl) ) + $(use_with xls freexl) $(use_with zstd) + ) tc-export AR RANLIB