From: Georgy Yakovlev Date: Tue, 18 Feb 2020 06:13:03 +0000 (-0800) Subject: dev-util/sccache: fix licenses X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98ddce1811d5807e9f23c36cf6c94074f6909747;p=gentoo.git dev-util/sccache: fix licenses Bug: https://bugs.gentoo.org/694430 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-util/sccache/sccache-0.2.12.ebuild b/dev-util/sccache/sccache-0.2.12.ebuild index 1cec922e072b..bd597a71cb80 100644 --- a/dev-util/sccache/sccache-0.2.12.ebuild +++ b/dev-util/sccache/sccache-0.2.12.ebuild @@ -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"