Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Tue, 01 Dec 2020 09:42:37
Message-Id: 1606815713.d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e.amadio@gentoo
1 commit: d3b1f48448a9627fa6d92f1fedefb03f3d6fd95e
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 09:40:55 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 09:41:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b1f484
7
8 sci-physics/geant: update REQUIRED_USE, fixes bug #757765
9
10 Closes: https://bugs.gentoo.org/757765
11 Package-Manager: Portage-3.0.10, Repoman-3.0.2
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 sci-physics/geant/geant-4.10.6.3.ebuild | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-physics/geant/geant-4.10.6.3.ebuild b/sci-physics/geant/geant-4.10.6.3.ebuild
18 index 2f580bb7015..2339a156d89 100644
19 --- a/sci-physics/geant/geant-4.10.6.3.ebuild
20 +++ b/sci-physics/geant/geant-4.10.6.3.ebuild
21 @@ -31,7 +31,12 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
22 IUSE="+c++11 c++14 c++17 +data dawn doc examples freetype gdml geant3 hdf5
23 inventor motif opengl qt5 raytracerx static-libs threads vrml"
24
25 -REQUIRED_USE="^^ ( c++11 c++14 c++17 )"
26 +REQUIRED_USE="
27 + ^^ ( c++11 c++14 c++17 )
28 + inventor? ( opengl )
29 + motif? ( opengl )
30 + qt5? ( opengl )
31 +"
32
33 RDEPEND="
34 dev-libs/expat