commit: 5a91b94d0a3a3e32bfda952838b9838d62aabd2d
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 14:46:20 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 00:10:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a91b94d
dev-python/libvirt-python: enable py3.10 for 7.7.0
needed for stable arches
6 passed in 0.12s
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-python/libvirt-python/libvirt-python-7.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
index e3d4ceacd974..6799f0b77a2a 100644
--- a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
@@ -1,9 +1,9 @@
-# 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..9} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=no