mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/maturin: explicitly list Apache-2.0 for USE=doc in LICENSE
Has some installed fonts under OFL-1.1 and others under Apache-2.0. Not that this really changes anything given Apache-2.0 is always in LICENSE at the moment (for the crates), so no revbump needed. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -18,7 +18,7 @@ SRC_URI="
|
||||
"
|
||||
# ^ tarball also includes test-crates' Cargo.lock(s) crates for tests
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( OFL-1.1 )"
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( Apache-2.0 OFL-1.1 )"
|
||||
LICENSE+="
|
||||
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT MPL-2.0
|
||||
Unicode-3.0 ZLIB BZIP2
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI="
|
||||
"
|
||||
# ^ tarball also includes test-crates' Cargo.lock(s) crates for tests
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( OFL-1.1 )"
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( Apache-2.0 OFL-1.1 )"
|
||||
LICENSE+="
|
||||
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD
|
||||
CDLA-Permissive-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI="
|
||||
"
|
||||
# ^ tarball also includes test-crates' Cargo.lock(s) crates for tests
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( OFL-1.1 )"
|
||||
LICENSE="|| ( Apache-2.0 MIT ) doc? ( Apache-2.0 OFL-1.1 )"
|
||||
LICENSE+="
|
||||
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD
|
||||
CDLA-Permissive-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2
|
||||
|
||||
Reference in New Issue
Block a user