commit:     ebe392555bcebb237089b337c062bd1e689e33e5
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Sep 12 17:08:45 2020 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 07:39:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe39255

sci-physics/vgm: Add missing dependency on sci-physics/geant[gdml]

This is required only for sci-physics/vgm[test] since it is used
by the test suite.

Closes: https://bugs.gentoo.org/741648
Closes: https://github.com/gentoo/gentoo/pull/17511
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/vgm/vgm-4.5.ebuild  | 5 ++++-
 sci-physics/vgm/vgm-4.8.ebuild  | 5 ++++-
 sci-physics/vgm/vgm-9999.ebuild | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/sci-physics/vgm/vgm-4.5.ebuild b/sci-physics/vgm/vgm-4.5.ebuild
index 6d8a518fd73..5020ac5b550 100644
--- a/sci-physics/vgm/vgm-4.5.ebuild
+++ b/sci-physics/vgm/vgm-4.5.ebuild
@@ -29,7 +29,10 @@ RDEPEND="
        geant4? ( >=sci-physics/geant-4.10.03 )"
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen[dot] )
-       test? ( sci-physics/geant-vmc[g4root] )"
+       test? (
+               sci-physics/geant[gdml]
+               sci-physics/geant-vmc[g4root]
+       )"
 RESTRICT="
        !geant4? ( test )
        !root? ( test )

diff --git a/sci-physics/vgm/vgm-4.8.ebuild b/sci-physics/vgm/vgm-4.8.ebuild
index 5fba573e3f6..659728a149e 100644
--- a/sci-physics/vgm/vgm-4.8.ebuild
+++ b/sci-physics/vgm/vgm-4.8.ebuild
@@ -31,7 +31,10 @@ RDEPEND="
        root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )"
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen[dot] )
-       test? ( sci-physics/geant-vmc[g4root] )"
+       test? (
+               sci-physics/geant[gdml]
+               sci-physics/geant-vmc[g4root]
+       )"
 RESTRICT="
        !geant4? ( test )
        !root? ( test )

diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild
index 5fba573e3f6..659728a149e 100644
--- a/sci-physics/vgm/vgm-9999.ebuild
+++ b/sci-physics/vgm/vgm-9999.ebuild
@@ -31,7 +31,10 @@ RDEPEND="
        root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )"
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen[dot] )
-       test? ( sci-physics/geant-vmc[g4root] )"
+       test? (
+               sci-physics/geant[gdml]
+               sci-physics/geant-vmc[g4root]
+       )"
 RESTRICT="
        !geant4? ( test )
        !root? ( test )

Reply via email to