commit: 289fce7428de5cf1eda36161135c0758e9a28fe0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 11:33:41 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 11:33:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289fce74
dev-python/theano: Add python 3.6 for 1.0.5
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/theano/theano-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/theano/theano-1.0.5.ebuild
b/dev-python/theano/theano-1.0.5.ebuild
index 375aa654122..6bee991692f 100644
--- a/dev-python/theano/theano-1.0.5.ebuild
+++ b/dev-python/theano/theano-1.0.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 eutils