diff options
author | Sam James <sam@gentoo.org> | 2024-11-25 21:56:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-25 21:56:27 +0000 |
commit | ad041b2581d85f7e05fd0ed8c3ef1a69b25e5256 (patch) | |
tree | 98b047c5b881e3018cae23cdabcda49d01673579 /sci-libs | |
parent | net-analyzer/nfdump: eprexify paths for configure script (diff) | |
download | gentoo-ad041b2581d85f7e05fd0ed8c3ef1a69b25e5256.tar.gz gentoo-ad041b2581d85f7e05fd0ed8c3ef1a69b25e5256.tar.bz2 gentoo-ad041b2581d85f7e05fd0ed8c3ef1a69b25e5256.zip |
sci-libs/gdal: Stabilize 3.9.1 ppc64, #944739
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.9.1.ebuild b/sci-libs/gdal/gdal-3.9.1.ebuild index dffb907ec66a..22717aa1fd76 100644 --- a/sci-libs/gdal/gdal-3.9.1.ebuild +++ b/sci-libs/gdal/gdal-3.9.1.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" test? ( https://download.osgeo.org/${PN}/${PV}/${PN}autotest-${PV}.ta LICENSE="BSD Info-ZIP MIT" SLOT="0/35" # subslot is libgdal.so.<SONAME> -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="armadillo +curl cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc fits geos gif gml hdf5 heif java jpeg jpeg2k lzma mysql netcdf odbc ogdi opencl oracle parquet pdf png postgres python spatialite sqlite test webp xls zstd" RESTRICT="!test? ( test )" |