summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-05-15 14:31:44 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-05-15 14:58:30 +0100
commit9cc099b723047c40fc1c2491be1ad73c44c6944c (patch)
tree698798f3463433a636c00694655810b97b321c1b /app-emulation/qemu/qemu-6.0.0.ebuild
parentapp-misc/golly: allow python 3.10 (diff)
downloadgentoo-9cc099b723047c40fc1c2491be1ad73c44c6944c.tar.gz
gentoo-9cc099b723047c40fc1c2491be1ad73c44c6944c.tar.bz2
gentoo-9cc099b723047c40fc1c2491be1ad73c44c6944c.zip
app-emulation/qemu: allow python-3.10
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-6.0.0.ebuild')
-rw-r--r--app-emulation/qemu/qemu-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild
index fe66557d5cf6..ddc491992357 100644
--- a/app-emulation/qemu/qemu-6.0.0.ebuild
+++ b/app-emulation/qemu/qemu-6.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
PYTHON_REQ_USE="ncurses,readline"
FIRMWARE_ABI_VERSION="5.2.0-r50"