diff options
author | Tomáš Mózes <hydrapolic@gmail.com> | 2020-04-28 11:55:59 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-04-30 22:42:38 +0800 |
commit | 574805c8adbdead6b9a2c44f0ef4f9492d83c314 (patch) | |
tree | c0bf7e6688f89d5fe7f95bd1305437390e99d7d2 /app-emulation | |
parent | app-emulation/xen-tools: add python3.{7,8} support (diff) | |
download | gentoo-574805c8adbdead6b9a2c44f0ef4f9492d83c314.tar.gz gentoo-574805c8adbdead6b9a2c44f0ef4f9492d83c314.tar.bz2 gentoo-574805c8adbdead6b9a2c44f0ef4f9492d83c314.zip |
app-emulation/xen: 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>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.13.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.0-r3.ebuild b/app-emulation/xen/xen-4.13.0-r3.ebuild index f95ccf1dab63..9141030b5854 100644 --- a/app-emulation/xen/xen-4.13.0-r3.ebuild +++ b/app-emulation/xen/xen-4.13.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs |