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/vgm/
Date: Thu, 02 Sep 2021 15:15:44
Message-Id: 1630595729.4112d3e21c207f27e041bed2c819c6f5976e5e53.amadio@gentoo
1 commit: 4112d3e21c207f27e041bed2c819c6f5976e5e53
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Thu Sep 2 14:35:36 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 15:15:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4112d3e2
7
8 sci-physics/vgm: update dependency on sci-physics/geant
9
10 Does not compile against >=sci-physics/geant-4.11.0_beta1.
11
12 Closes: https://bugs.gentoo.org/811435
13 Closes: https://github.com/gentoo/gentoo/pull/22192
14 Package-Manager: Portage-3.0.20, Repoman-3.0.2
15 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
16 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
17
18 sci-physics/vgm/vgm-4.8-r1.ebuild | 4 ++--
19 sci-physics/vgm/vgm-4.9-r1.ebuild | 4 ++--
20 2 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/sci-physics/vgm/vgm-4.8-r1.ebuild b/sci-physics/vgm/vgm-4.8-r1.ebuild
23 index 0b5ee6471a3..6fb28e08553 100644
24 --- a/sci-physics/vgm/vgm-4.8-r1.ebuild
25 +++ b/sci-physics/vgm/vgm-4.8-r1.ebuild
26 @@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test"
27
28 RDEPEND="
29 sci-physics/clhep:=
30 - geant4? ( sci-physics/geant[c++17] )
31 + geant4? ( <sci-physics/geant-4.11[c++17] )
32 root? ( sci-physics/root:=[c++17] )"
33 DEPEND="${RDEPEND}
34 doc? ( app-doc/doxygen[dot] )
35 test? (
36 - sci-physics/geant[gdml]
37 + <sci-physics/geant-4.11[gdml]
38 sci-physics/geant4_vmc[g4root]
39 )"
40 RESTRICT="
41
42 diff --git a/sci-physics/vgm/vgm-4.9-r1.ebuild b/sci-physics/vgm/vgm-4.9-r1.ebuild
43 index b9d0ad2bcca..16ffe2e9ae2 100644
44 --- a/sci-physics/vgm/vgm-4.9-r1.ebuild
45 +++ b/sci-physics/vgm/vgm-4.9-r1.ebuild
46 @@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test"
47
48 RDEPEND="
49 sci-physics/clhep:=
50 - geant4? ( sci-physics/geant[c++17] )
51 + geant4? ( <sci-physics/geant-4.11[c++17] )
52 root? ( sci-physics/root:=[c++17] )"
53 DEPEND="${RDEPEND}
54 doc? ( app-doc/doxygen[dot] )
55 test? (
56 - sci-physics/geant[gdml]
57 + <sci-physics/geant-4.11[gdml]
58 sci-physics/geant4_vmc[g4root]
59 )"
60 RESTRICT="