diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 07:52:13 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 07:56:43 +0200 |
commit | 633cc60ce61fd5a05b36ea80b8066f078e4c758d (patch) | |
tree | 81f4f1d0c84a180053248de9fa29bff7fca3b0de /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebchannel: Stable for PPC64 (bug #586180). (diff) | |
download | gentoo-633cc60ce61fd5a05b36ea80b8066f078e4c758d.tar.gz gentoo-633cc60ce61fd5a05b36ea80b8066f078e4c758d.tar.bz2 gentoo-633cc60ce61fd5a05b36ea80b8066f078e4c758d.zip |
dev-qt/qtwebsockets: Stable for HPPA PPC64 (bug #586180).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.6.1.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.6.1.ebuild index 3b3f3125a3d0..6e55f66fd243 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.6.1.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.6.1.ebuild @@ -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" |