Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/
Date: Tue, 18 Feb 2020 06:16:28
Message-Id: 1582006559.98ddce1811d5807e9f23c36cf6c94074f6909747.gyakovlev@gentoo
1 commit: 98ddce1811d5807e9f23c36cf6c94074f6909747
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 06:13:03 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 06:15:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddce18
7
8 dev-util/sccache: fix licenses
9
10 Bug: https://bugs.gentoo.org/694430
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-util/sccache/sccache-0.2.12.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/sccache/sccache-0.2.12.ebuild b/dev-util/sccache/sccache-0.2.12.ebuild
18 index 1cec922e072..bd597a71cb8 100644
19 --- a/dev-util/sccache/sccache-0.2.12.ebuild
20 +++ b/dev-util/sccache/sccache-0.2.12.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2017-2019 Gentoo Authors
23 +# Copyright 2017-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -299,7 +299,7 @@ HOMEPAGE="https://github.com/mozilla/sccache/"
28 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
29 $(cargo_crate_uris ${CRATES})"
30
31 -LICENSE="Apache-2.0"
32 +LICENSE="Apache-2.0 BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB"
33 SLOT="0"
34 KEYWORDS="~amd64"
35 IUSE="azure dist-client dist-server gcs memcached redis s3"