From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1694045-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6F7691581F3
	for <garchives@archives.gentoo.org>; Tue, 26 Nov 2024 00:36:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4A813E086A;
	Tue, 26 Nov 2024 00:36:24 +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 27FC0E086A
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Nov 2024 00:36:24 +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 446D9340A12
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Nov 2024 00:36:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE581F9A
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Nov 2024 00:36:20 +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: <1732581350.c82afca694040ae7f7d22ed8528e76c626f8a77f.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/expat/expat-2.6.4.ebuild
X-VCS-Directories: dev-libs/expat/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c82afca694040ae7f7d22ed8528e76c626f8a77f
X-VCS-Branch: master
Date: Tue, 26 Nov 2024 00:36:20 +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: c002ae6c-4898-4349-9bfd-8f5f73ca6978
X-Archives-Hash: efbe0f71eb254636b2b3ce1ba7677b16

commit:     c82afca694040ae7f7d22ed8528e76c626f8a77f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 00:35:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 00:35:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82afca6

dev-libs/expat: Stabilize 2.6.4 ppc64, #944819

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

 dev-libs/expat/expat-2.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/expat/expat-2.6.4.ebuild b/dev-libs/expat/expat-2.6.4.ebuild
index d30100cfed75..f3d1a9a1a4d5 100644
--- a/dev-libs/expat/expat-2.6.4.ebuild
+++ b/dev-libs/expat/expat-2.6.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="examples static-libs test unicode"
 RESTRICT="!test? ( test )"
 BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"