Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/
Date: Fri, 13 May 2022 14:51:28
Message-Id: 1652453430.6bcff344cdb6d75d873e45b9c710bc82fd983bb4.ionen@gentoo
1 commit: 6bcff344cdb6d75d873e45b9c710bc82fd983bb4
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 14:23:08 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 14:50:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcff344
7
8 app-emulation/ruffle: enable py3.11
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-emulation/ruffle/ruffle-0_p20220429.ebuild | 2 +-
13 app-emulation/ruffle/ruffle-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/ruffle/ruffle-0_p20220429.ebuild b/app-emulation/ruffle/ruffle-0_p20220429.ebuild
17 index 926b057e7ac0..7e01b22d8562 100644
18 --- a/app-emulation/ruffle/ruffle-0_p20220429.ebuild
19 +++ b/app-emulation/ruffle/ruffle-0_p20220429.ebuild
20 @@ -401,7 +401,7 @@ CRATES="
21 xcursor-0.3.4
22 xml-rs-0.8.4"
23 # python is needed by xcb-0.8.2 until update to >=0.10
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26 PYTHON_REQ_USE="xml(+)"
27 inherit cargo desktop flag-o-matic python-any-r1 xdg
28
29
30 diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
31 index 5f575704c2b7..881e17764a61 100644
32 --- a/app-emulation/ruffle/ruffle-9999.ebuild
33 +++ b/app-emulation/ruffle/ruffle-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=8
36
37 # python is needed by xcb-0.8.2 until update to >=0.10
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40 PYTHON_REQ_USE="xml(+)"
41 inherit cargo desktop flag-o-matic git-r3 python-any-r1 xdg