diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:16 +0100 |
commit | 8d42897e0ae206eaa42cf854d09bed052a9b0e5b (patch) | |
tree | 2357f442b918f681a03a6c8f92bc91ff04ee041a | |
parent | sci-mathematics/pymc: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-8d42897e0ae206eaa42cf854d09bed052a9b0e5b.tar.gz gentoo-8d42897e0ae206eaa42cf854d09bed052a9b0e5b.tar.bz2 gentoo-8d42897e0ae206eaa42cf854d09bed052a9b0e5b.zip |
sci-physics/geant-vmc: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sci-physics/geant-vmc/geant-vmc-4.3.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-physics/geant-vmc/geant-vmc-4.3.6.ebuild b/sci-physics/geant-vmc/geant-vmc-4.3.6.ebuild index 2156a04588fa..c24d2ccce833 100644 --- a/sci-physics/geant-vmc/geant-vmc-4.3.6.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-4.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,6 +35,7 @@ RESTRICT=" !geant3? ( test ) !g4root? ( test ) !mtroot? ( test ) + !test? ( test ) !vgm? ( test )" DOCS=( |