app-emulation/xen-pvgrub: add python3.{7,8} support
authorTomáš Mózes <hydrapolic@gmail.com>
Tue, 28 Apr 2020 11:56:32 +0000 (11:56 +0000)
committerYixun Lan <dlan@gentoo.org>
Thu, 30 Apr 2020 14:42:41 +0000 (22:42 +0800)
Closes: https://github.com/gentoo/gentoo/pull/15554
Bug: https://bugs.gentoo.org/718216
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild

index 2fec4e1c157f58bf228772c911409ec6c1ac0e43..5c95dccf2ec97c62ff730528f55a4e9d363e7b44 100644 (file)
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='xml,threads'
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='xml,threads(+)'
 
 inherit flag-o-matic multilib python-single-r1 toolchain-funcs