commit: 2a073d18efd831daf6ebb96c9a6f9152a178264b
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 12:08:30 2020 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 12:25:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a073d18
dev-python/simplebayes: update python versions
Tested with paperwork
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
dev-python/simplebayes/simplebayes-1.5.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild
b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
index d9cebdbdb32..ee152e168dd 100644
--- a/dev-python/simplebayes/simplebayes-1.5.7.ebuild
+++ b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1