summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-10-12 11:29:22 +0000
committerSam James <sam@gentoo.org>2020-10-12 11:45:37 +0000
commit1dcfb93120b070f6a3732d8740c350978eabd545 (patch)
tree037039956f5ae29b9ee8a79792f15ade86709292 /dev-qt/qtwebsockets
parentdev-qt/qtwebengine: Stabilize 5.15.1 arm64, #734600 (diff)
downloadgentoo-1dcfb93120b070f6a3732d8740c350978eabd545.tar.gz
gentoo-1dcfb93120b070f6a3732d8740c350978eabd545.tar.bz2
gentoo-1dcfb93120b070f6a3732d8740c350978eabd545.zip
dev-qt/qtwebsockets: Stabilize 5.15.1 arm64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r--dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
index bb21ea253730..4a81c725b71c 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
@@ -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"