summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-09 13:42:10 +0000
committerSam James <sam@gentoo.org>2021-01-09 13:42:26 +0000
commit31f932d27a9afe6a82f5a8dccfed4209159f6cc4 (patch)
tree899a0ab004db0bb3bd34ab3402747e8697dc7481 /dev-qt/qtwebsockets
parentdev-qt/qtwebchannel: Stabilize 5.15.2 arm, #754852 (diff)
downloadgentoo-31f932d27a9afe6a82f5a8dccfed4209159f6cc4.tar.gz
gentoo-31f932d27a9afe6a82f5a8dccfed4209159f6cc4.tar.bz2
gentoo-31f932d27a9afe6a82f5a8dccfed4209159f6cc4.zip
dev-qt/qtwebsockets: Stabilize 5.15.2 arm, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r--dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild
index bb21ea253730..2569d95f8268 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,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 ~sparc ~x86"
+ KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
fi
IUSE="qml +ssl"