summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2024-04-29 21:50:29 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2024-04-29 21:50:29 +0000
commitbe7aaa02f1f10738df7aeb5c6008352f685c74dc (patch)
treea2780af815f935ff7c66757e2af274a07b8ff4b2
parent2024-04-29 20:49:42 UTC (diff)
parentapp-emulation/virt-manager: enable py3.12 (diff)
downloadgentoo-be7aaa02f1f10738df7aeb5c6008352f685c74dc.tar.gz
gentoo-be7aaa02f1f10738df7aeb5c6008352f685c74dc.tar.bz2
gentoo-be7aaa02f1f10738df7aeb5c6008352f685c74dc.zip
Merge updates from master
-rw-r--r--app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild2
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild4
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