commit: 7c0d73c23a9021b5cca177ddf09f2bcd9165ef44 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Dec 15 09:52:10 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Dec 15 09:53:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0d73c2
app-emulation/ruffle: set PYTHON_REQ_USE=xml Closes: https://bugs.gentoo.org/829233 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> app-emulation/ruffle/ruffle-0_p20211214.ebuild | 1 + app-emulation/ruffle/ruffle-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-emulation/ruffle/ruffle-0_p20211214.ebuild b/app-emulation/ruffle/ruffle-0_p20211214.ebuild index fd3e952ec3bb..f55ac59a9cc7 100644 --- a/app-emulation/ruffle/ruffle-0_p20211214.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20211214.ebuild @@ -388,6 +388,7 @@ CRATES=" xml-rs-0.8.4" # python is needed by xcb-0.8.2 until update to >=0.10 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" inherit cargo desktop flag-o-matic python-any-r1 xdg # 0(github) 1(repo) 2(commit hash) 3(crate:workspace,...) [see core/Cargo.toml] diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 085d64c07400..4371c33e066a 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 # python is needed by xcb-0.8.2 until update to >=0.10 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" inherit cargo desktop flag-o-matic git-r3 python-any-r1 xdg DESCRIPTION="Flash Player emulator written in Rust"
