dev-util/sccache: fix licenses
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 18 Feb 2020 06:13:03 +0000 (22:13 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 18 Feb 2020 06:15:59 +0000 (22:15 -0800)
Bug: https://bugs.gentoo.org/694430
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-util/sccache/sccache-0.2.12.ebuild

index 1cec922e072b7ad3a740bdf76abd070e4cc7922c..bd597a71cb80a728de616d4b2e96745c191a3caf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2017-2019 Gentoo Authors
+# Copyright 2017-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -299,7 +299,7 @@ HOMEPAGE="https://github.com/mozilla/sccache/"
 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
        $(cargo_crate_uris ${CRATES})"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="azure dist-client dist-server gcs memcached redis s3"