commit: f693337d47e9c6b2f6cdbfbddf864dfecec0dcf8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 15:33:37 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 16:35:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f693337d
sci-mathematics/pymc: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-mathematics/pymc/pymc-2.3.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/pymc/pymc-2.3.6.ebuild b/sci-mathematics/pymc/pymc-2.3.6.ebuild index ae4dc414694..17a639ab072 100644 --- a/sci-mathematics/pymc/pymc-2.3.6.ebuild +++ b/sci-mathematics/pymc/pymc-2.3.6.ebuild @@ -15,6 +15,7 @@ SLOT=0 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE=AFL-3.0 IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/numpy-1.6[${PYTHON_USEDEP},lapack] >=dev-python/matplotlib-1.0[${PYTHON_USEDEP}]"