From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1484193-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 4B0A215800F
	for <garchives@archives.gentoo.org>; Sun,  5 Feb 2023 15:19:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7F8AEE07E0;
	Sun,  5 Feb 2023 15:19:44 +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 6528AE07E0
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:19:44 +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 5C0BA340C02
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:19:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CBD896
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:19:41 +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: <1675610370.248eac61e35f2efaca0e34dae6716ab6adcc091e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild
X-VCS-Directories: kde-frameworks/extra-cmake-modules/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 248eac61e35f2efaca0e34dae6716ab6adcc091e
X-VCS-Branch: master
Date: Sun,  5 Feb 2023 15:19:41 +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: 2bfbf96e-1b9f-41fd-91c7-977d04a8fd30
X-Archives-Hash: b5267b80addafce7080ace8c8653ad43

commit:     248eac61e35f2efaca0e34dae6716ab6adcc091e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 15:19:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 15:19:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248eac61

kde-frameworks/extra-cmake-modules: Stabilize 5.102.0 ppc64, #891927

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

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild
index e1137bb57f82..77f27bf769d1 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.102.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://invent.kde.org/frameworks/extra-cmake-modules"
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86"
 IUSE="doc test"
 
 RESTRICT="!test? ( test )"