summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-16 01:41:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-16 01:42:39 +0200
commit0f781832f655f5085d3f3950b44895d78d3ca092 (patch)
tree0370560882a613ed50d0b081df5ce0f247723370 /sci-libs
parentapp-shells/autojump: Depend on ${PYTHON_DEPS} (diff)
downloadgentoo-0f781832f655f5085d3f3950b44895d78d3ca092.tar.gz
gentoo-0f781832f655f5085d3f3950b44895d78d3ca092.tar.bz2
gentoo-0f781832f655f5085d3f3950b44895d78d3ca092.zip
sci-libs/gdal: Fix USE zstd
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/gdal-2.3.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild
index 38736368a997..e1f97f524f2e 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