mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
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@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/18537 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
ad451bce33
commit
5bda53e697
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
MY_P="${P/_rc/-rc}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user