summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-29 09:53:31 +0000
committerSam James <sam@gentoo.org>2020-12-29 09:53:31 +0000
commit0dfc5e582e1b3723b9ea03b46052579d79e01565 (patch)
tree42ca032db77b348d8e62ddfa5c0e2cdfff3819b3 /dev-python/theano-pymc
parentapp-text/xmldiff: Stabilize 2.4 amd64, #762080 (diff)
downloadgentoo-0dfc5e582e1b3723b9ea03b46052579d79e01565.tar.gz
gentoo-0dfc5e582e1b3723b9ea03b46052579d79e01565.tar.bz2
gentoo-0dfc5e582e1b3723b9ea03b46052579d79e01565.zip
dev-python/theano-pymc: restore other Pythons
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/theano-pymc')
-rw-r--r--dev-python/theano-pymc/theano-pymc-1.0.14.ebuild2
1 files changed, 1 insertions, 1 deletions
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 e66b350a5eea..695a31afb335 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"