diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 08:32:11 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 09:44:31 -0500 |
commit | 94f62e8542c11b1861e86e6caee265cda4250e25 (patch) | |
tree | 987dc88c839fed9962f93aaeb2ec8864069d25ce /app-emulation/ruffle | |
parent | app-emulation/ruffle: add 0_p20240117 (diff) | |
download | gentoo-94f62e8542c11b1861e86e6caee265cda4250e25.tar.gz gentoo-94f62e8542c11b1861e86e6caee265cda4250e25.tar.bz2 gentoo-94f62e8542c11b1861e86e6caee265cda4250e25.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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 0e624cd11f48..4d1c24f9a31c 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,8 +12,7 @@ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git" 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 curl + CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB curl " # crates SLOT="0" IUSE="test" @@ -38,7 +37,7 @@ DEPEND=" BDEPEND=" virtual/jre:* virtual/pkgconfig - >=virtual/rust-1.72 + >=virtual/rust-1.74 " QA_FLAGS_IGNORED="usr/bin/${PN}.*" |