From: Bernard Cafarelli Date: Sun, 19 Apr 2020 12:08:30 +0000 (+0200) Subject: dev-python/simplebayes: update python versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a073d18efd831daf6ebb96c9a6f9152a178264b;p=gentoo.git dev-python/simplebayes: update python versions Tested with paperwork Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli --- diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild b/dev-python/simplebayes/simplebayes-1.5.7.ebuild index d9cebdbdb328..ee152e168ddd 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