summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-15 19:08:44 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-15 19:11:36 +0200
commit497ca726b40aecc0d3187bc69044b40b2f22ede8 (patch)
tree5fdda3af28a3553c1ca1fb4baf56aed16071ecbf /sci-libs
parentsys-libs/glibc: remove old (diff)
downloadgentoo-497ca726b40aecc0d3187bc69044b40b2f22ede8.tar.gz
gentoo-497ca726b40aecc0d3187bc69044b40b2f22ede8.tar.bz2
gentoo-497ca726b40aecc0d3187bc69044b40b2f22ede8.zip
sci-libs/vtk: correct dep on gdal
gdal-3.5.0 now uses python-single-r1, we have to correct the dependency here to avoid a very confusing blocker Correct the dep on jpeg while we are at it, following the deprecation of the virtual Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/vtk/vtk-9.1.0-r1.ebuild (renamed from sci-libs/vtk/vtk-9.1.0.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/vtk/vtk-9.1.0.ebuild b/sci-libs/vtk/vtk-9.1.0-r1.ebuild
index 9a6ebbdaac51..a6ac2ea19bcb 100644
--- a/sci-libs/vtk/vtk-9.1.0.ebuild
+++ b/sci-libs/vtk/vtk-9.1.0-r1.ebuild
@@ -74,7 +74,7 @@ RDEPEND="
<sci-libs/hdf5-1.12:=[mpi=]
sci-libs/netcdf:=[mpi=]
sys-libs/zlib
- virtual/jpeg
+ media-libs/libjpeg-turbo
all-modules? ( sci-geosciences/liblas[gdal] )
boost? ( dev-libs/boost:=[mpi?] )
cuda? ( dev-util/nvidia-cuda-toolkit:= )
@@ -114,13 +114,13 @@ RDEPEND="
x11-libs/libXext
)
web? ( ${WEBAPP_DEPEND} )
- $(python_gen_cond_dep '
- python? (
+ python? (
+ $(python_gen_cond_dep '
boost? ( dev-libs/boost:=[mpi?,python?,${PYTHON_USEDEP}] )
- gdal? ( sci-libs/gdal:=[python?,${PYTHON_USEDEP}] )
mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
- )
- ')
+ ')
+ gdal? ( sci-libs/gdal:=[python?,${PYTHON_SINGLE_USEDEP}] )
+ )
"
DEPEND="