diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2023-01-24 10:55:32 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-01-26 12:10:52 +0100 |
commit | 8119d73192a628b59ec3cfbaa435a7dac4048810 (patch) | |
tree | 3c3a0734bf956740e13044406d66ca5af34676e4 /sci-physics/vgm/vgm-9999.ebuild | |
parent | dev-python/yapf: Add GH remote-id (diff) | |
download | gentoo-8119d73192a628b59ec3cfbaa435a7dac4048810.tar.gz gentoo-8119d73192a628b59ec3cfbaa435a7dac4048810.tar.bz2 gentoo-8119d73192a628b59ec3cfbaa435a7dac4048810.zip |
sci-physics/vgm: Add 5.1 (supports >=sci-physics/geant-4.11.1.0 )
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/vgm/vgm-9999.ebuild')
-rw-r--r-- | sci-physics/vgm/vgm-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index fdf095918a01..777ea264b4d8 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test" RDEPEND=" sci-physics/clhep:= - geant4? ( sci-physics/geant[c++17] ) + geant4? ( sci-physics/geant:=[c++17] ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) test? ( - sci-physics/geant[gdml] + sci-physics/geant:=[gdml] sci-physics/geant4_vmc[g4root] )" RESTRICT=" @@ -41,7 +41,6 @@ RESTRICT=" DOCS=( doc/README doc/VGMhistory.txt - doc/todo.txt ) src_configure() { |