From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4F911382C5 for ; Thu, 25 Feb 2021 23:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E761CE097E; Thu, 25 Feb 2021 23:48:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF797E097E for ; Thu, 25 Feb 2021 23:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7365E340FCA for ; Thu, 25 Feb 2021 23:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12FA7478 for ; Thu, 25 Feb 2021 23:48:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1614296891.9e44e4fb516a8514f5bb834489dc2aa94b10bf74.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sccache/sccache-9999.ebuild X-VCS-Directories: dev-util/sccache/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9e44e4fb516a8514f5bb834489dc2aa94b10bf74 X-VCS-Branch: master Date: Thu, 25 Feb 2021 23:48:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17422c4a-cc30-4c23-afeb-248857bb2263 X-Archives-Hash: 659321985ce79720aabe2ae5345a176d commit: 9e44e4fb516a8514f5bb834489dc2aa94b10bf74 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Feb 25 23:48:11 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Feb 25 23:48:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e44e4fb dev-util/sccache: sync live ebuild Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/sccache/sccache-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/sccache/sccache-9999.ebuild b/dev-util/sccache/sccache-9999.ebuild index 8cd33a9a3b1..29ecdd8d45e 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"