sci-libs/pdal: jpeg is unconditonally enabled in gdal-3.11.4-r1

See-Also: 0143d0a1d5
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44386
Closes: https://github.com/gentoo/gentoo/pull/44386
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-10-30 15:41:11 +02:00
committed by Sam James
parent 7be20e7f42
commit 13db40fae4
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ RDEPEND="
"
DEPEND="
test? ( sci-libs/gdal[geos,jpeg,png,sqlite] )
test? ( sci-libs/gdal[geos,jpeg(+),png,sqlite] )
${RDEPEND}
"

View File

@@ -33,7 +33,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
test? ( sci-libs/gdal[geos,jpeg,png,sqlite] )
test? ( sci-libs/gdal[geos,jpeg(+),png,sqlite] )
"
src_configure() {