diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-24 17:47:03 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-24 20:01:11 -0400 |
commit | f737c861ae9d0aaab31ef6bd0a5eaa3f535085e7 (patch) | |
tree | 3d252734f123ec8537bdbfd4073ac45bb557c167 /app-emulation/ruffle | |
parent | app-emulation/ruffle: add 0_p20230724 (diff) | |
download | gentoo-f737c861ae9d0aaab31ef6bd0a5eaa3f535085e7.tar.gz gentoo-f737c861ae9d0aaab31ef6bd0a5eaa3f535085e7.tar.bz2 gentoo-f737c861ae9d0aaab31ef6bd0a5eaa3f535085e7.zip |
app-emulation/ruffle: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/ruffle')
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 6a12a15ff58a..4fb5bd694470 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -9,12 +9,12 @@ DESCRIPTION="Flash Player emulator written in Rust" HOMEPAGE="https://ruffle.rs/" EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git" -LICENSE="|| ( MIT Apache-2.0 )" +LICENSE="|| ( Apache-2.0 MIT )" LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC UbuntuFontLicense-1.0 MIT MPL-2.0 OFL-1.1 - Unicode-DFS-2016 ZLIB" # crates -LICENSE+=" curl" # non-automated extra + Unicode-DFS-2016 ZLIB curl +" # crates SLOT="0" # dlopen: libX* (see winit+x11-dl crates) @@ -27,10 +27,12 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXcursor x11-libs/libXrandr - x11-libs/libXrender" + x11-libs/libXrender +" DEPEND=" ${RDEPEND} - x11-base/xorg-proto" + x11-base/xorg-proto +" BDEPEND=" virtual/jre:* virtual/pkgconfig @@ -38,7 +40,8 @@ BDEPEND=" test? ( media-libs/mesa[llvm] x11-base/xorg-server[-minimal] - )" + ) +" QA_FLAGS_IGNORED="usr/bin/${PN}.*" |