From a4dc0f6fa3658b5a499b1f79a21e1fefb3dedfe2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 21 Sep 2026 00:43:23 +0100 Subject: [PATCH] dev-qt/qtscxml: Stabilize 6.11.2 ppc64, #981072 Signed-off-by: Sam James --- dev-qt/qtscxml/qtscxml-6.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtscxml/qtscxml-6.11.2.ebuild b/dev-qt/qtscxml/qtscxml-6.11.2.ebuild index 314dce5e5b987..3a965550241d6 100644 --- a/dev-qt/qtscxml/qtscxml-6.11.2.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.11.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" fi IUSE="qml"