commit: a98d8ad88c9d573e13ad91e41d8e0950be10dcf1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 24 14:39:05 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 24 14:39:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98d8ad8
dev-python/theano-pymc: fix DEPEND typo Closes: https://bugs.gentoo.org/761496 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{theano-pymc-1.0.13.ebuild => theano-pymc-1.0.13-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild b/dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild similarity index 98% rename from dev-python/theano-pymc/theano-pymc-1.0.13.ebuild rename to dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild index baf9a7f0e29..695a31afb33 100644 --- a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.0.13-r1.ebuild @@ -20,7 +20,6 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme' distutils_enable_tests pytest
