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 D7E4C1382C5 for ; Thu, 11 Mar 2021 02:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A67AE0869; Thu, 11 Mar 2021 02:43:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 06265E0869 for ; Thu, 11 Mar 2021 02:43:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D6AEB340D31 for ; Thu, 11 Mar 2021 02:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B77597 for ; Thu, 11 Mar 2021 02:42:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615430530.0137eb2cf952933f7dc942db2dc1107865a91521.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/calf/calf-0.90.3.ebuild X-VCS-Directories: media-plugins/calf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0137eb2cf952933f7dc942db2dc1107865a91521 X-VCS-Branch: master Date: Thu, 11 Mar 2021 02:42:59 +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: 28812426-ef61-4848-8fdc-c2bb607652cf X-Archives-Hash: 64e6ae9de557654768166d3dc4348824 commit: 0137eb2cf952933f7dc942db2dc1107865a91521 Author: Sam James gentoo org> AuthorDate: Thu Mar 11 02:42:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 11 02:42:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0137eb2c media-plugins/calf: Keyword 0.90.3 ppc, #734136 Signed-off-by: Sam James gentoo.org> media-plugins/calf/calf-0.90.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/calf/calf-0.90.3.ebuild b/media-plugins/calf/calf-0.90.3.ebuild index 3a944b5470b..c459fd25c34 100644 --- a/media-plugins/calf/calf-0.90.3.ebuild +++ b/media-plugins/calf/calf-0.90.3.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git" else SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1"