diff options
author | 2024-01-28 15:35:02 +0000 | |
---|---|---|
committer | 2024-01-28 15:35:02 +0000 | |
commit | a7eb7b6d61a9c33cac69076cd53571cbb81646c2 (patch) | |
tree | 6ae408cf9654f998fe4166be9031a2453c41918e /sci-libs | |
parent | dev-util/debugedit: EAPI 8 (diff) | |
download | gentoo-a7eb7b6d61a9c33cac69076cd53571cbb81646c2.tar.gz gentoo-a7eb7b6d61a9c33cac69076cd53571cbb81646c2.tar.bz2 gentoo-a7eb7b6d61a9c33cac69076cd53571cbb81646c2.zip |
sci-libs/gdal: Stabilize 3.8.0 ppc64, #923114
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-3.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.8.0.ebuild b/sci-libs/gdal/gdal-3.8.0.ebuild index f38d40af56f5..6bee2ddf179f 100644 --- a/sci-libs/gdal/gdal-3.8.0.ebuild +++ b/sci-libs/gdal/gdal-3.8.0.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/34" # subslot is libgdal.so.<SONAME> -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~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 pdf png postgres python spatialite sqlite test webp xls zstd" RESTRICT="!test? ( test )" |