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: Mon, 27 Dec 2021 00:57:21
Message-Id: 1640566492.b727f97b29de74083db474c0c00f83e88ce53f68.ionen@gentoo
1 commit: b727f97b29de74083db474c0c00f83e88ce53f68
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 27 00:38:00 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 00:54:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b727f97b
7
8 app-emulation/ruffle: sync live
9
10 Might as well use (+) in advance given it'll gone with python-3.11
11 ebuild and there's chances it could be backported.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 app-emulation/ruffle/ruffle-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
19 index 4371c33e066a..58111094b040 100644
20 --- a/app-emulation/ruffle/ruffle-9999.ebuild
21 +++ b/app-emulation/ruffle/ruffle-9999.ebuild
22 @@ -5,7 +5,7 @@ EAPI=8
23
24 # python is needed by xcb-0.8.2 until update to >=0.10
25 PYTHON_COMPAT=( python3_{8..10} )
26 -PYTHON_REQ_USE="xml"
27 +PYTHON_REQ_USE="xml(+)"
28 inherit cargo desktop flag-o-matic git-r3 python-any-r1 xdg
29
30 DESCRIPTION="Flash Player emulator written in Rust"