diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-03-16 15:32:10 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-16 18:18:36 +0200 |
commit | 723da4746262b0635905732fdc3a5c30b02f7bc7 (patch) | |
tree | c6db6b458af17f34a339db6c73cf0e9329f1a492 /sci-libs/vtk | |
parent | media-sound/upmpdcli: add 1.8.9 (diff) | |
download | gentoo-723da4746262b0635905732fdc3a5c30b02f7bc7.tar.gz gentoo-723da4746262b0635905732fdc3a5c30b02f7bc7.tar.bz2 gentoo-723da4746262b0635905732fdc3a5c30b02f7bc7.zip |
sci-libs/vtk: 9.3.0 require USE=views for USE=rendering
With 9.3.0 we switched from soft failures to hard failures for conflicting config options. Clean up a bit of mess left behind.
Closes: https://bugs.gentoo.org/926626
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35783
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-9.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index f57063d4f5b4..783441f55428 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.ebuild @@ -43,7 +43,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" # TODO: Like to simplifiy these. Mostly the flags related to Groups. IUSE="all-modules boost cuda debug doc examples ffmpeg +freetype gdal gles2-only imaging java las +logging mpi mysql odbc opencascade openmp openvdb pdal postgres python qt5 - qt6 +rendering sdl tbb test +threads tk video_cards_nvidia views vtkm web" + qt6 +rendering sdl tbb test +threads tk video_cards_nvidia +views vtkm web" RESTRICT="!test? ( test )" @@ -60,7 +60,7 @@ REQUIRED_USE=" sdl? ( rendering ) tk? ( python rendering ) web? ( python ) - rendering? ( freetype ) + rendering? ( freetype views ) " # eigen, nlohmann_json, pegtl and utfcpp are referenced in the cmake files |