commit: 0021f05741a158384fb2dc4d80f288cd13068b03
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 13:14:49 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 13:40:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0021f057
app-admin/ansible-base: enable py3.10
Officially supported upstream since 2.12.0 i.e. this version, all
dependencies in Gentoo finally in order.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-admin/ansible-base/ansible-base-2.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ansible-base/ansible-base-2.12.0.ebuild
b/app-admin/ansible-base/ansible-base-2.12.0.ebuild
index 957f728b3909..13e3e74b56b5 100644
--- a/app-admin/ansible-base/ansible-base-2.12.0.ebuild
+++ b/app-admin/ansible-base/ansible-base-2.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1