summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2021-06-28 17:32:33 +0200
committerGuilherme Amadio <amadio@gentoo.org>2021-06-28 18:15:19 +0200
commitc299b276ed319e2ffa1cf07efca535451531cd41 (patch)
treed1a66ca3b5037a36631d55590dc0d67eba4de694
parentsci-physics/geant-vmc: remove C++ USE flags, use C++17 as default (diff)
downloadgentoo-c299b276.tar.gz
gentoo-c299b276.tar.bz2
gentoo-c299b276.zip
sci-physics/geant-vmc: update dependency on sci-physics/geant
Does not compile against >=sci-physics/geant-4.11.0_beta1. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r--sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
index d31a6e26d16d..1b98d940d1ac 100644
--- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
+++ b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
@@ -23,7 +23,7 @@ SLOT="4"
IUSE="doc examples geant3 +g4root +mtroot vgm test"
RDEPEND="
- sci-physics/geant[c++17,opengl,geant3?]
+ <sci-physics/geant-4.11[c++17,opengl,geant3?]
sci-physics/root:=[c++17,-vmc]
sci-physics/vmc:=[c++17]
vgm? ( sci-physics/vgm:= )"