From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1726995-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id BF3A61584F2
	for <garchives@archives.gentoo.org>; Wed, 12 Mar 2025 18:16:36 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id A54A0343164
	for <garchives@archives.gentoo.org>; Wed, 12 Mar 2025 18:16:36 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id A4E9C1103C7;
	Wed, 12 Mar 2025 18:16:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 98A3C1103C7
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Mar 2025 18:16:25 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4BB78343122
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Mar 2025 18:16:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F9F27E6
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Mar 2025 18:16:23 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1741803358.f765f2f88841e61255360f97dd8671e3cb51b8ef.sam@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.3.4.ebuild
X-VCS-Directories: media-gfx/libimagequant/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f765f2f88841e61255360f97dd8671e3cb51b8ef
X-VCS-Branch: master
Date: Wed, 12 Mar 2025 18:16:23 +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: 42db13d3-1c5e-4ffa-be47-502b9548ef0a
X-Archives-Hash: 693e3b25997a1f9754bd363e7e5c2260

commit:     f765f2f88841e61255360f97dd8671e3cb51b8ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 18:15:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 18:15:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765f2f8

media-gfx/libimagequant: Stabilize 4.3.4 sparc, #951201

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-gfx/libimagequant/libimagequant-4.3.4.ebuild b/media-gfx/libimagequant/libimagequant-4.3.4.ebuild
index c928b0d9163e..2a4f5e72571b 100644
--- a/media-gfx/libimagequant/libimagequant-4.3.4.ebuild
+++ b/media-gfx/libimagequant/libimagequant-4.3.4.ebuild
@@ -39,7 +39,7 @@ LICENSE="GPL-3+"
 # Dependent crate licenses
 LICENSE+=" MIT ZLIB"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~s390 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~s390 sparc"
 
 BDEPEND="
 	>=dev-util/cargo-c-0.9.14