diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-07-17 11:03:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-31 21:55:36 +0200 |
commit | 1f599dfac9589979c10b69d68774ac2f0129c06f (patch) | |
tree | 6eb7427913a8e36d5335af47beba25a34f314571 /sci-libs/gdal | |
parent | kde-frameworks/kconfigwidgets: Disable broken kstandardactiontest (diff) | |
download | gentoo-1f599dfac9589979c10b69d68774ac2f0129c06f.tar.gz gentoo-1f599dfac9589979c10b69d68774ac2f0129c06f.tar.bz2 gentoo-1f599dfac9589979c10b69d68774ac2f0129c06f.zip |
sci-libs/gdal: USE=-headless-awt for virtual/jdk
Closes: https://bugs.gentoo.org/909430
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/31923
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.7.0.ebuild b/sci-libs/gdal/gdal-3.7.0.ebuild index 7c62bbd95436..b652d383e470 100644 --- a/sci-libs/gdal/gdal-3.7.0.ebuild +++ b/sci-libs/gdal/gdal-3.7.0.ebuild @@ -60,7 +60,7 @@ DEPEND=" heif? ( media-libs/libheif:= ) hdf5? ( >=sci-libs/hdf5-1.6.4:=[cxx,szip] ) java? ( - >=virtual/jdk-1.8:* + >=virtual/jdk-1.8:*[-headless-awt] ) jpeg? ( media-libs/libjpeg-turbo:= ) jpeg2k? ( media-libs/openjpeg:2= ) |