From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1707074-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 1089A15813A
	for <garchives@archives.gentoo.org>; Tue, 07 Jan 2025 21:05:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D59B4E07D7;
	Tue, 07 Jan 2025 21:05:23 +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 6274DE07D0
	for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 21:05:23 +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 699F9340CA7
	for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 21:05:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C90C21CB7
	for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 21:05: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: <1736283903.a9b54a00da4ff1d0d4aa5af8fc02ae286922e79f.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/foot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-apps/foot/foot-1.19.0.ebuild
X-VCS-Directories: gui-apps/foot/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a9b54a00da4ff1d0d4aa5af8fc02ae286922e79f
X-VCS-Branch: master
Date: Tue, 07 Jan 2025 21:05: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: 1689e131-d0dc-49dd-b282-6c19ffeda192
X-Archives-Hash: e9644ab1432365a7882118244fe4f4fa

commit:     a9b54a00da4ff1d0d4aa5af8fc02ae286922e79f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 21:05:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 21:05:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b54a00

gui-apps/foot: Stabilize 1.19.0 ppc64, #947685

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

 gui-apps/foot/foot-1.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/foot/foot-1.19.0.ebuild b/gui-apps/foot/foot-1.19.0.ebuild
index 2cde236bf381..9aedc9c61320 100644
--- a/gui-apps/foot/foot-1.19.0.ebuild
+++ b/gui-apps/foot/foot-1.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ppc64 ~riscv"
 IUSE="+grapheme-clustering test"
 RESTRICT="!test? ( test )"