Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Wed, 15 Aug 2018 23:42:54
Message-Id: 1534376559.0f781832f655f5085d3f3950b44895d78d3ca092.asturm@gentoo
1 commit: 0f781832f655f5085d3f3950b44895d78d3ca092
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 23:41:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 23:42:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f781832
7
8 sci-libs/gdal: Fix USE zstd
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 sci-libs/gdal/gdal-2.3.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild
16 index 38736368a99..e1f97f524f2 100644
17 --- a/sci-libs/gdal/gdal-2.3.1.ebuild
18 +++ b/sci-libs/gdal/gdal-2.3.1.ebuild
19 @@ -210,8 +210,9 @@ src_configure() {
20 $(use_with sqlite sqlite3 "${EPREFIX}"/usr)
21 $(use_with threads)
22 $(use_with webp)
23 - $(use_with xls freexl) )
24 + $(use_with xls freexl)
25 $(use_with zstd)
26 + )
27
28 tc-export AR RANLIB