diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-12-01 10:40:55 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-12-01 10:41:53 +0100 |
commit | d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e (patch) | |
tree | f7abc1bbe70a2b936d8877e875fd48f6af02c42c /sci-physics | |
parent | dev-libs/xapian: ~x64-macos keyworded (diff) | |
download | gentoo-d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e.tar.gz gentoo-d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e.tar.bz2 gentoo-d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e.zip |
sci-physics/geant: update REQUIRED_USE, fixes bug #757765
Closes: https://bugs.gentoo.org/757765
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/geant-4.10.6.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-physics/geant/geant-4.10.6.3.ebuild b/sci-physics/geant/geant-4.10.6.3.ebuild index 2f580bb7015f..2339a156d897 100644 --- a/sci-physics/geant/geant-4.10.6.3.ebuild +++ b/sci-physics/geant/geant-4.10.6.3.ebuild @@ -31,7 +31,12 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+c++11 c++14 c++17 +data dawn doc examples freetype gdml geant3 hdf5 inventor motif opengl qt5 raytracerx static-libs threads vrml" -REQUIRED_USE="^^ ( c++11 c++14 c++17 )" +REQUIRED_USE=" + ^^ ( c++11 c++14 c++17 ) + inventor? ( opengl ) + motif? ( opengl ) + qt5? ( opengl ) +" RDEPEND=" dev-libs/expat |