commit: 0dfc5e582e1b3723b9ea03b46052579d79e01565 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 29 09:53:31 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 09:53:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc5e58
dev-python/theano-pymc: restore other Pythons Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/theano-pymc/theano-pymc-1.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild b/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild index e66b350a5ee..695a31afb33 100644 --- a/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.0.14.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 optfeature DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"