summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-17 22:13:03 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-17 22:15:59 -0800
commit98ddce1811d5807e9f23c36cf6c94074f6909747 (patch)
treec246eee201882fb4d3d72d4a60fc807d61105c91 /dev-util
parentpackage.mask: Last rite dev-python/tlslite (diff)
downloadgentoo-98ddce1811d5807e9f23c36cf6c94074f6909747.tar.gz
gentoo-98ddce1811d5807e9f23c36cf6c94074f6909747.tar.bz2
gentoo-98ddce1811d5807e9f23c36cf6c94074f6909747.zip
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/sccache/sccache-0.2.12.ebuild4
1 files changed, 2 insertions, 2 deletions
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"