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-vmc/
Date: Mon, 28 Jun 2021 16:15:39
Message-Id: 1624896919.c299b276ed319e2ffa1cf07efca535451531cd41.amadio@gentoo
1 commit: c299b276ed319e2ffa1cf07efca535451531cd41
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 15:32:33 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 16:15:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c299b276
7
8 sci-physics/geant-vmc: update dependency on sci-physics/geant
9
10 Does not compile against >=sci-physics/geant-4.11.0_beta1.
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
14
15 sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
19 index d31a6e26d16..1b98d940d1a 100644
20 --- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
21 +++ b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
22 @@ -23,7 +23,7 @@ SLOT="4"
23 IUSE="doc examples geant3 +g4root +mtroot vgm test"
24
25 RDEPEND="
26 - sci-physics/geant[c++17,opengl,geant3?]
27 + <sci-physics/geant-4.11[c++17,opengl,geant3?]
28 sci-physics/root:=[c++17,-vmc]
29 sci-physics/vmc:=[c++17]
30 vgm? ( sci-physics/vgm:= )"