Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sat, 15 May 2021 13:58:43
Message-Id: 1621087110.9cc099b723047c40fc1c2491be1ad73c44c6944c.slyfox@gentoo
1 commit: 9cc099b723047c40fc1c2491be1ad73c44c6944c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 13:31:44 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 13:58:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc099b7
7
8 app-emulation/qemu: allow python-3.10
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 app-emulation/qemu/qemu-6.0.0.ebuild | 2 +-
14 app-emulation/qemu/qemu-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild
18 index fe66557d5cf..ddc49199235 100644
19 --- a/app-emulation/qemu/qemu-6.0.0.ebuild
20 +++ b/app-emulation/qemu/qemu-6.0.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 +PYTHON_COMPAT=( python3_{7,8,9,10} )
27 PYTHON_REQ_USE="ncurses,readline"
28
29 FIRMWARE_ABI_VERSION="5.2.0-r50"
30
31 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
32 index 591f58deeb8..b3bbda4c9b8 100644
33 --- a/app-emulation/qemu/qemu-9999.ebuild
34 +++ b/app-emulation/qemu/qemu-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI="7"
38
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 +PYTHON_COMPAT=( python3_{7,8,9,10} )
41 PYTHON_REQ_USE="ncurses,readline"
42
43 FIRMWARE_ABI_VERSION="5.2.0-r50"