summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-04-12 21:45:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-04-12 21:45:29 +0300
commitc6182c2bc899fb079cbfcdc0a91e7f16655c84f5 (patch)
treea9f4f17475a41e99f33561edaa98e14418c4f01b /dev-qt/qtwebsockets
parentdev-qt/qtwebchannel: Stabilize 5.15.3 arm, #835762 (diff)
downloadgentoo-c6182c2bc899fb079cbfcdc0a91e7f16655c84f5.tar.gz
gentoo-c6182c2bc899fb079cbfcdc0a91e7f16655c84f5.tar.bz2
gentoo-c6182c2bc899fb079cbfcdc0a91e7f16655c84f5.zip
dev-qt/qtwebsockets: Stabilize 5.15.3 arm, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r--dev-qt/qtwebsockets/qtwebsockets-5.15.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.3.ebuild
index db65f8a602ba..27cad967bdd5 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.3.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.3.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"