summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2022-05-20 14:08:15 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2022-05-20 14:09:41 +0200
commit40f6a7327119cd1805ed5ac2889abbaf1e894889 (patch)
tree10b81d91abada3177500c4b9fb1fdad1d488843c
parentdev-python/yaswfp: enable py3.10, py3.11 (diff)
downloadgentoo-40f6a732.tar.gz
gentoo-40f6a732.tar.bz2
gentoo-40f6a732.zip
dev-python/simplebayes: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/845867 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r--dev-python/simplebayes/simplebayes-1.5.8.ebuild6
1 files 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