diff options
author | Daniel M. Weeks <dan@danweeks.net> | 2020-12-12 11:27:23 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-15 03:40:00 +0000 |
commit | 5f4298fcb10f68d72d72188a239ad38a6e26941f (patch) | |
tree | 55c14ba749e667aa39fd5ce653338b3fcac7c52a /sci-libs/gdal | |
parent | net-analyzer/wireshark: bump to 3.4.1 (diff) | |
download | gentoo-5f4298fcb10f68d72d72188a239ad38a6e26941f.tar.gz gentoo-5f4298fcb10f68d72d72188a239ad38a6e26941f.tar.bz2 gentoo-5f4298fcb10f68d72d72188a239ad38a6e26941f.zip |
sci-libs/gdal: Fix 3.2.0 configure options and subslot
* SDE was dropped by upstream for 3.2.0.
* SONAME changed from 3.0.0 to 3.2.0
Closes: https://bugs.gentoo.org/759340
Closes: https://bugs.gentoo.org/759538
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/18621
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.2.0-r1.ebuild (renamed from sci-libs/gdal/gdal-3.2.0.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-3.2.0.ebuild b/sci-libs/gdal/gdal-3.2.0-r1.ebuild index 22a0b0533224..ae2043bc588d 100644 --- a/sci-libs/gdal/gdal-3.2.0.ebuild +++ b/sci-libs/gdal/gdal-3.2.0-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Translator library for raster geospatial data formats (includes OGR HOMEPAGE="https://gdal.org/" SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" -SLOT="0/3.0" +SLOT="0/3.2" LICENSE="BSD Info-ZIP MIT" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux-xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite sqlite threads webp xls zstd" @@ -162,7 +162,6 @@ src_configure() { --without-podofo --without-python --without-qhull - --without-sde --without-sfcgal --without-sosi --without-teigha |