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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68721158087 for ; Sat, 22 Jan 2022 06:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD5A62BC019; Sat, 22 Jan 2022 06:03:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 209F42BC022 for ; Sat, 22 Jan 2022 06:03:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9C75343072 for ; Sat, 22 Jan 2022 06:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0755268 for ; Sat, 22 Jan 2022 06:03:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1642831360.55ed1852e943cf19ff1768c7b6abc199b3ea811f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easyeffects/easyeffects-6.2.1.ebuild X-VCS-Directories: media-sound/easyeffects/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 55ed1852e943cf19ff1768c7b6abc199b3ea811f X-VCS-Branch: master Date: Sat, 22 Jan 2022 06:03:04 +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: a852e435-fe44-4cb4-9210-6d8b5c3085f9 X-Archives-Hash: 3a929de835c8052c69b8d88b4467157b commit: 55ed1852e943cf19ff1768c7b6abc199b3ea811f Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 22 06:02:40 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 22 06:02:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed1852 media-sound/easyeffects: Keyword 6.2.1 ppc64, #807265 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/easyeffects/easyeffects-6.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/easyeffects/easyeffects-6.2.1.ebuild b/media-sound/easyeffects/easyeffects-6.2.1.ebuild index d5850143500c..c7f50ff049df 100644 --- a/media-sound/easyeffects/easyeffects-6.2.1.ebuild +++ b/media-sound/easyeffects/easyeffects-6.2.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/wwmm/easyeffects" else SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi LICENSE="GPL-3"