commit: d6124f73611a87385edfaac2cc464a16afdf71b4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 6 21:54:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 21:54:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6124f73
sci-libs/gdal: fix automagic dep on dev-libs/openssl Closes: https://bugs.gentoo.org/669302 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/{gdal-3.2.1.ebuild => gdal-3.2.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/gdal/gdal-3.2.1.ebuild b/sci-libs/gdal/gdal-3.2.1-r1.ebuild similarity index 99% rename from sci-libs/gdal/gdal-3.2.1.ebuild rename to sci-libs/gdal/gdal-3.2.1-r1.ebuild index 0f3a9132658..acc627f7b4b 100644 --- a/sci-libs/gdal/gdal-3.2.1.ebuild +++ b/sci-libs/gdal/gdal-3.2.1-r1.ebuild @@ -42,6 +42,7 @@ DEPEND=" dev-libs/json-c:= dev-libs/libpcre dev-libs/libxml2:2 + dev-libs/openssl:= media-libs/tiff >=sci-libs/libgeotiff-1.5.1-r1:= >=sci-libs/proj-6.0.0:= @@ -124,6 +125,7 @@ src_configure() { --enable-driver-grib --with-bash-completion="$(get_bashcompdir)" --with-cpp14 + --with-crypto --with-cryptopp=no --with-expat --with-geotiff
