diff options
author | Matthias Maier <tamiko@gentoo.org> | 2024-01-08 16:46:03 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2024-01-08 17:31:42 -0600 |
commit | 7379c3fab44e15e3f1e30849045fe62330520d90 (patch) | |
tree | a84d6695c88a2b1ab46b34b60b7e4370badb83b5 /sci-visualization | |
parent | www-client/qutebrowser: fix tests due to python-utils changes (diff) | |
download | gentoo-7379c3fab44e15e3f1e30849045fe62330520d90.tar.gz gentoo-7379c3fab44e15e3f1e30849045fe62330520d90.tar.bz2 gentoo-7379c3fab44e15e3f1e30849045fe62330520d90.zip |
sci-visualization/paraview: keyword 5.12.0_rc1 for ~amd64, ~x86
Closes: https://bugs.gentoo.org/919805
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/paraview/paraview-5.12.0_rc1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild b/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild index c2aea4ad2151..f048c53bd473 100644 --- a/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild +++ b/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" # TODO: check licenses of plugins (USE=plugins) LICENSE="BSD MIT PSF-2 VTK" SLOT="0" -KEYWORDS="" # ~amd64 ~x86 +KEYWORDS="~amd64 ~x86" IUSE="boost cg examples ffmpeg mpi nvcontrol openmp offscreen plugins python +qt5 +sqlite test tk +webengine" RESTRICT="mirror test" @@ -180,6 +180,7 @@ src_configure() { # qt5 -DPARAVIEW_USE_QT="$(usex qt5)" -DPARAVIEW_QT_VERSION="5" + -DVTK_QT_VERSION="5" -DModule_pqPython="$(usex qt5 "$(usex python)" "off")" -DVTK_USE_NVCONTROL="$(usex nvcontrol)" -DVTK_GROUP_ENABLE_Qt="$(usex qt5 YES NO)" |