commit: 7404ccea894fcc0e01a00ae909d91c1a8f35f539
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 17:45:40 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 17:45:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7404ccea
dev-qt/qtwebsockets: stable on arm
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild
index 29590b631e1..1ea49683b1d 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.11.3.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"