diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-02-25 15:48:11 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-02-25 15:48:11 -0800 |
commit | 9e44e4fb516a8514f5bb834489dc2aa94b10bf74 (patch) | |
tree | 64b473188433741c129fe3e37d265e8cb24b5ce5 /dev-util/sccache | |
parent | dev-util/sccache: bump to 0.2.15, ppc64 support (diff) | |
download | gentoo-9e44e4fb516a8514f5bb834489dc2aa94b10bf74.tar.gz gentoo-9e44e4fb516a8514f5bb834489dc2aa94b10bf74.tar.bz2 gentoo-9e44e4fb516a8514f5bb834489dc2aa94b10bf74.zip |
dev-util/sccache: sync live ebuild
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/sccache')
-rw-r--r-- | dev-util/sccache/sccache-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/sccache/sccache-9999.ebuild b/dev-util/sccache/sccache-9999.ebuild index 8cd33a9a3b17..29ecdd8d45ea 100644 --- a/dev-util/sccache/sccache-9999.ebuild +++ b/dev-util/sccache/sccache-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ if [ ${PV} == "9999" ] ; then else SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB" |