diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-01 02:24:59 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-01 02:46:57 -0400 |
commit | 5d6f5bc52df5d2289085c09d568b36fd3c27b39f (patch) | |
tree | 620b7b14067e2975ee5131de818e2dce2df331ae /app-emulation | |
parent | app-emulation/ruffle: drop 0_p20220731 (diff) | |
download | gentoo-5d6f5bc52df5d2289085c09d568b36fd3c27b39f.tar.gz gentoo-5d6f5bc52df5d2289085c09d568b36fd3c27b39f.tar.bz2 gentoo-5d6f5bc52df5d2289085c09d568b36fd3c27b39f.zip |
app-emulation/ruffle: use the newer unicode license
Formerly thought these were the same but upon closer look
it's a 2008 edition vs the 2016 edition.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20220816.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/ruffle/ruffle-0_p20220816.ebuild b/app-emulation/ruffle/ruffle-0_p20220816.ebuild index a2e6ccb92ee8..14ca1dfdb98e 100644 --- a/app-emulation/ruffle/ruffle-0_p20220816.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220816.ebuild @@ -443,7 +443,7 @@ SRC_URI=" $(ruffle_uris)" S="${WORKDIR}/${MY_P}" -LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 ZLIB curl unicode" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB curl" SLOT="0" KEYWORDS="~amd64" diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 0db98eda49d5..7661aa2806f0 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Flash Player emulator written in Rust" HOMEPAGE="https://ruffle.rs/" EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git" -LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 ZLIB curl unicode" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB curl" SLOT="0" RDEPEND=" |