commit: 0f781832f655f5085d3f3950b44895d78d3ca092 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 15 23:41:45 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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