diff options
author | 2018-11-24 13:25:39 +0000 | |
---|---|---|
committer | 2018-11-24 13:25:39 +0000 | |
commit | e14ce5c22e06739f8b240bb2429084829602ed38 (patch) | |
tree | 454020cd5db6f3e1865259da9932956b5e6118e6 /dev-qt | |
parent | dev-qt/qtwebchannel: stable 5.11.1 for ppc64, bug #664566 (diff) | |
download | gentoo-e14ce5c22e06739f8b240bb2429084829602ed38.tar.gz gentoo-e14ce5c22e06739f8b240bb2429084829602ed38.tar.bz2 gentoo-e14ce5c22e06739f8b240bb2429084829602ed38.zip |
dev-qt/qtwebsockets: stable 5.11.1 for ppc64, bug #664566
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.11.1.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.11.1.ebuild index 763b5c53a101..375dd3cc884b 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.11.1.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.11.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86" fi IUSE="qml +ssl" |