summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-04-28 11:48:33 +0000
committerYixun Lan <dlan@gentoo.org>2020-04-30 22:42:34 +0800
commite3c13ed8b725f306c5ea2a015e39593f74d4db3a (patch)
treeb368bf662bff726e97ada0c2a84a54114d702a13
parentdev-python/pypam: add python3.{7,8} support (diff)
downloadgentoo-e3c13ed8b725f306c5ea2a015e39593f74d4db3a.tar.gz
gentoo-e3c13ed8b725f306c5ea2a015e39593f74d4db3a.tar.bz2
gentoo-e3c13ed8b725f306c5ea2a015e39593f74d4db3a.zip
app-emulation/xen-tools: 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-tools/xen-tools-4.13.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild
index 2da36941e35f..3643831cebe5 100644
--- a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='ncurses,xml,threads'
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='ncurses,xml,threads(+)'
inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs