commit: 5e18b7f894ea739f6dd4eba2917d414105592e37
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 05:15:46 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 05:15:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e18b7f8
dev-qt/qtwebsockets: arm stable, bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
index 0e08b917015..eeb4dca9e31 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.7.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 ppc64 x86"
+ KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 x86"
fi
IUSE="qml +ssl"