From 13db40fae4cfa8e3b0d7aa28fa3d3846476ccb1b Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 30 Oct 2025 15:41:11 +0200 Subject: [PATCH] sci-libs/pdal: jpeg is unconditonally enabled in gdal-3.11.4-r1 See-Also: 0143d0a1d52ea619e17e4dbe5d3ac9fad801b761 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44386 Closes: https://github.com/gentoo/gentoo/pull/44386 Signed-off-by: Sam James --- sci-libs/pdal/pdal-2.8.4-r1.ebuild | 2 +- sci-libs/pdal/pdal-2.9.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pdal/pdal-2.8.4-r1.ebuild b/sci-libs/pdal/pdal-2.8.4-r1.ebuild index 6ae81700d4d15..537d99e18cad9 100644 --- a/sci-libs/pdal/pdal-2.8.4-r1.ebuild +++ b/sci-libs/pdal/pdal-2.8.4-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" " DEPEND=" - test? ( sci-libs/gdal[geos,jpeg,png,sqlite] ) + test? ( sci-libs/gdal[geos,jpeg(+),png,sqlite] ) ${RDEPEND} " diff --git a/sci-libs/pdal/pdal-2.9.2.ebuild b/sci-libs/pdal/pdal-2.9.2.ebuild index 5d4c60a9ca987..3d22f9e83a67a 100644 --- a/sci-libs/pdal/pdal-2.9.2.ebuild +++ b/sci-libs/pdal/pdal-2.9.2.ebuild @@ -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() {