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: Thu, 25 Feb 2021 23:48:21
Message-Id: 1614296891.9e44e4fb516a8514f5bb834489dc2aa94b10bf74.gyakovlev@gentoo
1 commit: 9e44e4fb516a8514f5bb834489dc2aa94b10bf74
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 23:48:11 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 23:48:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e44e4fb
7
8 dev-util/sccache: sync live ebuild
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-util/sccache/sccache-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/sccache/sccache-9999.ebuild b/dev-util/sccache/sccache-9999.ebuild
17 index 8cd33a9a3b1..29ecdd8d45e 100644
18 --- a/dev-util/sccache/sccache-9999.ebuild
19 +++ b/dev-util/sccache/sccache-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2017-2020 Gentoo Authors
22 +# Copyright 2017-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -20,7 +20,7 @@ if [ ${PV} == "9999" ] ; then
27 else
28 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
29 $(cargo_crate_uris ${CRATES})"
30 - KEYWORDS="~amd64"
31 + KEYWORDS="~amd64 ~ppc64"
32 fi
33
34 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB"