commit:     5bda53e697ae8a5cca87bcfaf3389e374a917c0f
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Sun Dec  6 20:23:44 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 08:53:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bda53e6

dev-python/libvirt-python-9999: Update PYTHON_COMPAT

All other dev-python/libvirt-python ebuilds support through
python3.7 to python3.9 except for the live ebuild. This doesn't
make much sense - the live ebuild does support those python
versions too.

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/18537
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild 
b/dev-python/libvirt-python/libvirt-python-9999.ebuild
index 9fd68025b03..a8d6ae5dc1b 100644
--- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 MY_P="${P/_rc/-rc}"
 

Reply via email to