Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/
Date: Thu, 17 Sep 2020 07:39:53
Message-Id: 1600328345.ebe392555bcebb237089b337c062bd1e689e33e5.amadio@gentoo
1 commit: ebe392555bcebb237089b337c062bd1e689e33e5
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Sep 12 17:08:45 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 07:39:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe39255
7
8 sci-physics/vgm: Add missing dependency on sci-physics/geant[gdml]
9
10 This is required only for sci-physics/vgm[test] since it is used
11 by the test suite.
12
13 Closes: https://bugs.gentoo.org/741648
14 Closes: https://github.com/gentoo/gentoo/pull/17511
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
17 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
18
19 sci-physics/vgm/vgm-4.5.ebuild | 5 ++++-
20 sci-physics/vgm/vgm-4.8.ebuild | 5 ++++-
21 sci-physics/vgm/vgm-9999.ebuild | 5 ++++-
22 3 files changed, 12 insertions(+), 3 deletions(-)
23
24 diff --git a/sci-physics/vgm/vgm-4.5.ebuild b/sci-physics/vgm/vgm-4.5.ebuild
25 index 6d8a518fd73..5020ac5b550 100644
26 --- a/sci-physics/vgm/vgm-4.5.ebuild
27 +++ b/sci-physics/vgm/vgm-4.5.ebuild
28 @@ -29,7 +29,10 @@ RDEPEND="
29 geant4? ( >=sci-physics/geant-4.10.03 )"
30 DEPEND="${RDEPEND}
31 doc? ( app-doc/doxygen[dot] )
32 - test? ( sci-physics/geant-vmc[g4root] )"
33 + test? (
34 + sci-physics/geant[gdml]
35 + sci-physics/geant-vmc[g4root]
36 + )"
37 RESTRICT="
38 !geant4? ( test )
39 !root? ( test )
40
41 diff --git a/sci-physics/vgm/vgm-4.8.ebuild b/sci-physics/vgm/vgm-4.8.ebuild
42 index 5fba573e3f6..659728a149e 100644
43 --- a/sci-physics/vgm/vgm-4.8.ebuild
44 +++ b/sci-physics/vgm/vgm-4.8.ebuild
45 @@ -31,7 +31,10 @@ RDEPEND="
46 root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )"
47 DEPEND="${RDEPEND}
48 doc? ( app-doc/doxygen[dot] )
49 - test? ( sci-physics/geant-vmc[g4root] )"
50 + test? (
51 + sci-physics/geant[gdml]
52 + sci-physics/geant-vmc[g4root]
53 + )"
54 RESTRICT="
55 !geant4? ( test )
56 !root? ( test )
57
58 diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild
59 index 5fba573e3f6..659728a149e 100644
60 --- a/sci-physics/vgm/vgm-9999.ebuild
61 +++ b/sci-physics/vgm/vgm-9999.ebuild
62 @@ -31,7 +31,10 @@ RDEPEND="
63 root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )"
64 DEPEND="${RDEPEND}
65 doc? ( app-doc/doxygen[dot] )
66 - test? ( sci-physics/geant-vmc[g4root] )"
67 + test? (
68 + sci-physics/geant[gdml]
69 + sci-physics/geant-vmc[g4root]
70 + )"
71 RESTRICT="
72 !geant4? ( test )
73 !root? ( test )