diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2024-05-04 04:30:39 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-05-30 17:38:30 +0200 |
commit | ac482eea88eaf80fe76523d751e7266ce0e26b33 (patch) | |
tree | 04edd8f48b239bf8907b4a7f53004d55b5284fe4 /sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild | |
parent | dev-util/uftrace: add 0.16 (diff) | |
download | gentoo-ac482eea88eaf80fe76523d751e7266ce0e26b33.tar.gz gentoo-ac482eea88eaf80fe76523d751e7266ce0e26b33.tar.bz2 gentoo-ac482eea88eaf80fe76523d751e7266ce0e26b33.zip |
sci-physics/geant4_vmc: add missing sci-physics/vgm USE deps
With USE=vgm, sci-physics[geant4,root] is required.
Closes: https://bugs.gentoo.org/931145
Closes: https://github.com/gentoo/gentoo/pull/36539
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild')
-rw-r--r-- | sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild b/sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild index aa30ec7126ab..f4dbca031918 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-6.5.ebuild @@ -27,7 +27,7 @@ RDEPEND=" >=sci-physics/geant-4.11.1:=[opengl,geant3?] sci-physics/root:= >=sci-physics/vmc-2.0:= - vgm? ( >=sci-physics/vgm-5.1:= )" + vgm? ( >=sci-physics/vgm-5.1:=[geant4,root] )" DEPEND="${RDEPEND} test? ( >=sci-physics/geant-4.11.1:=[gdml] )" BDEPEND="doc? ( app-text/doxygen[dot] )" |