diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 06:47:23 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 16:10:55 -0800 |
commit | 29f9d57e307dac3a61fde932f03d124866009820 (patch) | |
tree | f9fc20c98061adc578ea8cbf4f78b2936c0179eb /app-emulation | |
parent | dev-python/libvirt-python: enable py3.10 for 7.7.0 (diff) | |
download | gentoo-29f9d57e307dac3a61fde932f03d124866009820.tar.gz gentoo-29f9d57e307dac3a61fde932f03d124866009820.tar.bz2 gentoo-29f9d57e307dac3a61fde932f03d124866009820.zip |
app-emulation/virt-manager: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild index 8529c5b317cb..a17e294825f2 100644 --- a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-3.2.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=6 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 18fe7b6fb023..40577b554f57 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.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=6 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no |