summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-04-28 11:56:32 +0000
committerYixun Lan <dlan@gentoo.org>2020-04-30 22:42:41 +0800
commit879c818c4fdcb88490fe7ce9f6a12a11d5917eef (patch)
tree1cf79897019418ab6a32b5580714dedb76cce008
parentapp-emulation/xen: add python3.{7,8} support (diff)
downloadgentoo-879c818c4fdcb88490fe7ce9f6a12a11d5917eef.tar.gz
gentoo-879c818c4fdcb88490fe7ce9f6a12a11d5917eef.tar.bz2
gentoo-879c818c4fdcb88490fe7ce9f6a12a11d5917eef.zip
app-emulation/xen-pvgrub: add python3.{7,8} support
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>
-rw-r--r--app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
index 2fec4e1c157f..5c95dccf2ec9 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
@@ -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