commit: c5786a3e73a107d21185abea4ac314429417ab6e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 15:07:55 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 3 15:07:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5786a3e
dev-qt/qtwebsockets: Stabilize 6.8.3 ppc64, #953873
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-qt/qtwebsockets/qtwebsockets-6.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.8.3.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-6.8.3.ebuild
index b3f53b733fdb..564cb5c879bb 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-6.8.3.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-6.8.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~x86"
fi
IUSE="qml +ssl"