From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1430792-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 52866158094
	for <garchives@archives.gentoo.org>; Fri, 26 Aug 2022 16:01:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB4B9E0931;
	Fri, 26 Aug 2022 16:01:46 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C5C0AE0931
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 16:01:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C6E01341081
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 16:01:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FBC45A4
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 16:01:43 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
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" <arthurzam@gentoo.org>
Message-ID: <1661529692.7ad2e153866230ec455c7f2386b83e6e70559491.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/libimagequant/libimagequant-4.0.4.ebuild
X-VCS-Directories: media-gfx/libimagequant/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: 7ad2e153866230ec455c7f2386b83e6e70559491
X-VCS-Branch: master
Date: Fri, 26 Aug 2022 16:01:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5cc89d66-6228-4efc-8d97-e71e9f4cf24e
X-Archives-Hash: 80458f5eac708484fbd31a5c2dcdc0b2

commit:     7ad2e153866230ec455c7f2386b83e6e70559491
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 16:01:32 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 16:01:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad2e153

media-gfx/libimagequant: Keyword 4.0.4 ppc64, #866668

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/libimagequant/libimagequant-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-4.0.4.ebuild b/media-gfx/libimagequant/libimagequant-4.0.4.ebuild
index 3e5c2a59e75d..de28dc432f88 100644
--- a/media-gfx/libimagequant/libimagequant-4.0.4.ebuild
+++ b/media-gfx/libimagequant/libimagequant-4.0.4.ebuild
@@ -50,7 +50,7 @@ S="${WORKDIR}"/${P}/imagequant-sys
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 BDEPEND="
 	>=dev-util/cargo-c-0.9.11