commit:     723da4746262b0635905732fdc3a5c30b02f7bc7
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sat Mar 16 14:32:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 16:18:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723da474

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35783
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/vtk/vtk-9.3.0.ebuild | 4 ++--
 1 file 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

Reply via email to