diff options
author | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:14:53 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:14:53 +0100 |
commit | d23fc9645369b000131dd7d65867dd7cb5154e43 (patch) | |
tree | a519ba4612d4d7f1829b5544ff10df6d6dc0b1e0 /dev-qt | |
parent | dev-qt/qtwayland: arm stable, bug #598780 (diff) | |
download | gentoo-d23fc9645369b000131dd7d65867dd7cb5154e43.tar.gz gentoo-d23fc9645369b000131dd7d65867dd7cb5154e43.tar.bz2 gentoo-d23fc9645369b000131dd7d65867dd7cb5154e43.zip |
dev-qt/qtwebsockets: arm stable, bug #598780
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild index 3b3f3125a3d0..58e289842187 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc64 x86" fi IUSE="qml +ssl" |