diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-02-28 12:34:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-21 02:48:32 +0000 |
commit | 390386cda93757e3081e710ef8c884a0bd5308ef (patch) | |
tree | a1ce9af3bafd650a0c048f06037f8720e935a4ae | |
parent | dev-build/make: Add perl dependency for USE=test (diff) | |
download | gentoo-390386cda93757e3081e710ef8c884a0bd5308ef.tar.gz gentoo-390386cda93757e3081e710ef8c884a0bd5308ef.tar.bz2 gentoo-390386cda93757e3081e710ef8c884a0bd5308ef.zip |
app-misc/anki: add openssl license for ring crate
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/35552
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-misc/anki/anki-23.12.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-misc/anki/anki-23.12.1.ebuild b/app-misc/anki/anki-23.12.1.ebuild index f72a6cf7ef2f..63f7f131ebee 100644 --- a/app-misc/anki/anki-23.12.1.ebuild +++ b/app-misc/anki/anki-23.12.1.ebuild @@ -700,6 +700,8 @@ LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB " +# Manually added crate licenses +LICENSE+=" openssl" # The supermemo importer is licensed under GPL-3+ and 0BSD. # - pylib/anki/importing/supermemo_xml.py # |