diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-18 13:28:59 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 13:55:14 -0400 |
commit | 003855365fc33192f722509c8696b55a2d43415c (patch) | |
tree | b19bec1a83b4459cefb36ece4e7750bd1f62a60b | |
parent | app-crypt/certbot: Python 3.8 compatibility (diff) | |
download | gentoo-003855365fc33192f722509c8696b55a2d43415c.tar.gz gentoo-003855365fc33192f722509c8696b55a2d43415c.tar.bz2 gentoo-003855365fc33192f722509c8696b55a2d43415c.zip |
app-emulation/qemu: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r-- | app-emulation/qemu/qemu-4.2.0-r4.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0-r4.ebuild b/app-emulation/qemu/qemu-4.2.0-r4.ebuild index f5099316fff7..c6857fd161ed 100644 --- a/app-emulation/qemu/qemu-4.2.0-r4.ebuild +++ b/app-emulation/qemu/qemu-4.2.0-r4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses,readline" PLOCALES="bg de_DE fr_FR hu it tr zh_CN" diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 6068335f95dc..0d305c15da6d 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses,readline" PLOCALES="bg de_DE fr_FR hu it tr zh_CN" |