diff options
author | 2024-04-29 21:50:29 +0000 | |
---|---|---|
committer | 2024-04-29 21:50:29 +0000 | |
commit | be7aaa02f1f10738df7aeb5c6008352f685c74dc (patch) | |
tree | a2780af815f935ff7c66757e2af274a07b8ff4b2 | |
parent | 2024-04-29 20:49:42 UTC (diff) | |
parent | app-emulation/virt-manager: enable py3.12 (diff) | |
download | gentoo-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.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 |