summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-02 14:02:30 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-02 14:02:30 +0300
commit079ff02c18b93a2878470bee6564908e61067135 (patch)
tree4fabd957bfd7c9d516a43dbe530a8a5759a50657 /dev-qt
parentdev-qt/qtwebchannel: Stabilize 5.15.5 ppc64, #853232 (diff)
downloadgentoo-079ff02c18b93a2878470bee6564908e61067135.tar.gz
gentoo-079ff02c18b93a2878470bee6564908e61067135.tar.bz2
gentoo-079ff02c18b93a2878470bee6564908e61067135.zip
dev-qt/qtwebsockets: Stabilize 5.15.5 ppc64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild
index 8d610d19b6d1..3f8333b53fca 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86"
fi
IUSE="qml +ssl"