diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 00:14:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 00:21:32 +0200 |
commit | 694e900e23f3be2f676280caa6ea0c13b7833cad (patch) | |
tree | b6faf7d5f9a5b034ed68697c80f696dc706ee445 /dev-qt | |
parent | dev-qt/qtwebengine: x86 stable (bug #664566) (diff) | |
download | gentoo-694e900e23f3be2f676280caa6ea0c13b7833cad.tar.gz gentoo-694e900e23f3be2f676280caa6ea0c13b7833cad.tar.bz2 gentoo-694e900e23f3be2f676280caa6ea0c13b7833cad.zip |
dev-qt/qtwebsockets: x86 stable (bug #664566)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@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 595285f39f50..763b5c53a101 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" |