summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2024-12-12 13:33:47 +0100
committerGuilherme Amadio <amadio@gentoo.org>2024-12-12 17:35:48 +0100
commit4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd (patch)
treed67c13a03deaf1273f1545b57825ce21dd7b6e5a /sci-physics
parentnet-libs/xrootd: add live ebuild (diff)
downloadgentoo-4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd.tar.gz
gentoo-4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd.tar.bz2
gentoo-4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd.zip
sci-physics/geant: update dependencies and REQUIRED_USE
Not only RayTracerX depends on X11, other options also do. The combination of USE=-raytracerx with other options that depended on X11 libraries could cause configuration to fail. Since most other options depend on OpenGL, add X11 dependencies there and update REQUIRED_USE accordingly. Closes: https://bugs.gentoo.org/946281 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/geant/geant-4.11.3.0-r1.ebuild (renamed from sci-physics/geant/geant-4.11.3.0.ebuild)11
1 files changed, 6 insertions, 5 deletions
diff --git a/sci-physics/geant/geant-4.11.3.0.ebuild b/sci-physics/geant/geant-4.11.3.0-r1.ebuild
index 93df6ed38d47..21112b59e585 100644
--- a/sci-physics/geant/geant-4.11.3.0.ebuild
+++ b/sci-physics/geant/geant-4.11.3.0-r1.ebuild
@@ -36,6 +36,7 @@ REQUIRED_USE="
inventor? ( opengl )
motif? ( opengl )
qt6? ( opengl )
+ raytracerx? ( opengl )
tbb? ( threads )
vtk? ( qt6 )
"
@@ -49,15 +50,15 @@ RDEPEND="
hdf5? ( sci-libs/hdf5:=[threads?] )
inventor? ( media-libs/SoXt )
motif? ( x11-libs/motif:0 )
- opengl? ( virtual/opengl )
+ opengl? (
+ virtual/opengl
+ x11-libs/libX11
+ x11-libs/libXmu
+ )
qt6? (
dev-qt/qt3d:6
dev-qt/qtbase:6[gui,opengl?,widgets]
)
- raytracerx? (
- x11-libs/libX11
- x11-libs/libXmu
- )
vtk? ( sci-libs/vtk:=[qt6] )
"
DEPEND="${RDEPEND}"