diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:19:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:32:43 +0100 |
commit | d0c13d79e4a63a33c22847b8c8968a8566994b89 (patch) | |
tree | 5b8a9e1244f421ef421db1e40e384c069232da8d /app-emulation/qemu/qemu-9999.ebuild | |
parent | app-admin/pydf: Remove py2 (diff) | |
download | gentoo-d0c13d79e4a63a33c22847b8c8968a8566994b89.tar.gz gentoo-d0c13d79e4a63a33c22847b8c8968a8566994b89.tar.bz2 gentoo-d0c13d79e4a63a33c22847b8c8968a8566994b89.zip |
app-emulation/qemu: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index f872a6e7422e..c95a9a085a46 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) PYTHON_REQ_USE="ncurses,readline" PLOCALES="bg de_DE fr_FR hu it tr zh_CN" |