diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2021-09-02 16:35:36 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-09-02 17:15:29 +0200 |
commit | 4112d3e21c207f27e041bed2c819c6f5976e5e53 (patch) | |
tree | cd42084db2bea5d0ed8433ba22e10708d9a4d137 /sci-physics | |
parent | dev-util/pkgcheck: Bump to 0.10.6 (diff) | |
download | gentoo-4112d3e21c207f27e041bed2c819c6f5976e5e53.tar.gz gentoo-4112d3e21c207f27e041bed2c819c6f5976e5e53.tar.bz2 gentoo-4112d3e21c207f27e041bed2c819c6f5976e5e53.zip |
sci-physics/vgm: update dependency on sci-physics/geant
Does not compile against >=sci-physics/geant-4.11.0_beta1.
Closes: https://bugs.gentoo.org/811435
Closes: https://github.com/gentoo/gentoo/pull/22192
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/vgm/vgm-4.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/vgm/vgm-4.9-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/vgm/vgm-4.8-r1.ebuild b/sci-physics/vgm/vgm-4.8-r1.ebuild index 0b5ee6471a34..6fb28e08553c 100644 --- a/sci-physics/vgm/vgm-4.8-r1.ebuild +++ b/sci-physics/vgm/vgm-4.8-r1.ebuild @@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test" RDEPEND=" sci-physics/clhep:= - geant4? ( sci-physics/geant[c++17] ) + geant4? ( <sci-physics/geant-4.11[c++17] ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) test? ( - sci-physics/geant[gdml] + <sci-physics/geant-4.11[gdml] sci-physics/geant4_vmc[g4root] )" RESTRICT=" diff --git a/sci-physics/vgm/vgm-4.9-r1.ebuild b/sci-physics/vgm/vgm-4.9-r1.ebuild index b9d0ad2bcca2..16ffe2e9ae28 100644 --- a/sci-physics/vgm/vgm-4.9-r1.ebuild +++ b/sci-physics/vgm/vgm-4.9-r1.ebuild @@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test" RDEPEND=" sci-physics/clhep:= - geant4? ( sci-physics/geant[c++17] ) + geant4? ( <sci-physics/geant-4.11[c++17] ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) test? ( - sci-physics/geant[gdml] + <sci-physics/geant-4.11[gdml] sci-physics/geant4_vmc[g4root] )" RESTRICT=" |