diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-13 20:55:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-13 20:55:52 +0200 |
commit | bd2c61c745be4c0dd3fec2bb46a5a37fc58794dd (patch) | |
tree | 186abbe733c396e21532daa8f6a2bca7b113a01d /sci-libs/gdal | |
parent | gui-libs/wlroots: libdisplay-info is non-optional when using libdrm (diff) | |
download | gentoo-bd2c61c745be4c0dd3fec2bb46a5a37fc58794dd.tar.gz gentoo-bd2c61c745be4c0dd3fec2bb46a5a37fc58794dd.tar.bz2 gentoo-bd2c61c745be4c0dd3fec2bb46a5a37fc58794dd.zip |
sci-libs/gdal: stabilize 3.6.2 for ppc
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org>
Closes: https://bugs.gentoo.org/893886
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.6.2.ebuild b/sci-libs/gdal/gdal-3.6.2.ebuild index c40535d0635c..b17227cbb361 100644 --- a/sci-libs/gdal/gdal-3.6.2.ebuild +++ b/sci-libs/gdal/gdal-3.6.2.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/32" # 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" # Tests fail to build in 3.5.0, let's not worry too much yet given # we're only just porting to CMake. Revisit later. |