diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2018-08-23 17:38:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-24 08:01:46 +0200 |
commit | c737484eafc3f6905c1b70f8757c5606fa28a6cb (patch) | |
tree | 5fcf097694280ec58577f017dbc1021ce9584a6c /sci-physics | |
parent | dev-perl/Moose: Restore ~sparc keywording (diff) | |
download | gentoo-c737484eafc3f6905c1b70f8757c5606fa28a6cb.tar.gz gentoo-c737484eafc3f6905c1b70f8757c5606fa28a6cb.tar.bz2 gentoo-c737484eafc3f6905c1b70f8757c5606fa28a6cb.zip |
sci-physics/vgm: Add missing dependency for test.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9677
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/vgm/vgm-4.4.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/vgm/vgm-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-physics/vgm/vgm-4.4.ebuild b/sci-physics/vgm/vgm-4.4.ebuild index 71ee86decf4e..831f0cc0c4a2 100644 --- a/sci-physics/vgm/vgm-4.4.ebuild +++ b/sci-physics/vgm/vgm-4.4.ebuild @@ -27,10 +27,12 @@ RDEPEND=" root? ( sci-physics/root:=[-root7] ) geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] )" + doc? ( app-doc/doxygen[dot] ) + test? ( sci-physics/geant-vmc[g4root] )" RESTRICT=" !geant4? ( test ) - !root? ( test )" + !root? ( test ) + !test? ( test )" DOCS=( doc/README diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index ebf37d44fd60..b303e23a06c6 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -26,10 +26,12 @@ RDEPEND=" root? ( sci-physics/root:= ) geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] )" + doc? ( app-doc/doxygen[dot] ) + test? ( sci-physics/geant-vmc[g4root] )" RESTRICT=" !geant4? ( test ) - !root? ( test )" + !root? ( test ) + !test? ( test )" DOCS=( doc/README |