commit: 40f6a7327119cd1805ed5ac2889abbaf1e894889 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri May 20 12:08:15 2022 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri May 20 12:09:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f6a732
dev-python/simplebayes: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/845867 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> dev-python/simplebayes/simplebayes-1.5.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8.ebuild index d91e3839c3e9..6eba77932096 100644 --- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild +++ b/dev-python/simplebayes/simplebayes-1.5.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1
