Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Sun, 26 Jun 2022 18:16:03
Message-Id: 1656267346.c01b85cff9517bca90d2a8e47b71d3c87eef7670.arthurzam@gentoo
1 commit: c01b85cff9517bca90d2a8e47b71d3c87eef7670
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 18:15:46 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 18:15:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01b85cf
7
8 sci-libs/gdal: Stabilize 3.5.0-r4 arm64, #854369
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sci-libs/gdal/gdal-3.5.0-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/gdal/gdal-3.5.0-r4.ebuild b/sci-libs/gdal/gdal-3.5.0-r4.ebuild
16 index 9e57beedb7ea..4be8c09938ce 100644
17 --- a/sci-libs/gdal/gdal-3.5.0-r4.ebuild
18 +++ b/sci-libs/gdal/gdal-3.5.0-r4.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI+=" test? ( https://download.osgeo.org/${PN}/${PV}/${PN}autotest-${PV}.ta
20
21 LICENSE="BSD Info-ZIP MIT"
22 SLOT="0/31" # subslot is libgdal.so.<SONAME>
23 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 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"
26 # Tests fail to build in 3.5.0, let's not worry too much yet given
27 # we're only just porting to CMake. Revisit later.