commit: cb3d7c3922e997577322f2b07b74b4ae1c55936b
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Apr 28 17:58:08 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Apr 28 17:58:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb3d7c39
app-misc/anki-bin: order LICENSE
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
app-misc/anki-bin/anki-bin-24.04.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/anki-bin/anki-bin-24.04.1.ebuild
b/app-misc/anki-bin/anki-bin-24.04.1.ebuild
index 56b5a7f609..59f344c71a 100644
--- a/app-misc/anki-bin/anki-bin-24.04.1.ebuild
+++ b/app-misc/anki-bin/anki-bin-24.04.1.ebuild
@@ -31,14 +31,14 @@ S="${WORKDIR}"
# How to get an up-to-date summary of runtime JS libs' licenses:
# ./node_modules/.bin/license-checker-rseidelsohn --production
--excludePackages anki --summary
-LICENSE="AGPL-3+ BSD public-domain 0BSD CC-BY-4.0 GPL-3+ Unlicense"
+LICENSE="0BSD AGPL-3+ BSD CC-BY-4.0 GPL-3+ Unlicense public-domain"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 CC0-1.0 ISC MIT
MPL-2.0 Unicode-DFS-2016 ZLIB
"
# Manually added crate licenses
-LICENSE+=" openssl Unicode-3.0"
+LICENSE+=" Unicode-3.0 openssl"
SLOT="0"
KEYWORDS="~amd64"
IUSE="qt6"