diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 22:41:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 22:41:09 +0100 |
commit | 6b13df45619960282ca6b9c5241b89b6bba8653f (patch) | |
tree | 8acba647c3afbf120461d722b2e867d386e563f3 /app-emulation/virt-manager | |
parent | dev-lang/ocaml: add 4.14.2 (diff) | |
download | gentoo-6b13df45619960282ca6b9c5241b89b6bba8653f.tar.gz gentoo-6b13df45619960282ca6b9c5241b89b6bba8653f.tar.bz2 gentoo-6b13df45619960282ca6b9c5241b89b6bba8653f.zip |
app-emulation/virt-manager: enable py3.12
Closes: https://bugs.gentoo.org/929312
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild index 7397409177e5..42dbcb32b7f7 100644 --- a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild +++ b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no inherit gnome2 distutils-r1 optfeature diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index a7e83d3bf708..377897328f08 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no inherit gnome2 distutils-r1 optfeature |