diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-15 16:11:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-15 16:20:56 +0200 |
commit | 807ded2d248a54442775623f138e21cdfe86a0e0 (patch) | |
tree | 3e5b0af9acc1ae995ea654b515322e5ab66764f0 | |
parent | dev-qt/qtwebengine: x86 stable (bug #655664) (diff) | |
download | gentoo-807ded2d248a54442775623f138e21cdfe86a0e0.tar.gz gentoo-807ded2d248a54442775623f138e21cdfe86a0e0.tar.bz2 gentoo-807ded2d248a54442775623f138e21cdfe86a0e0.zip |
dev-qt/qtwebsockets: x86 stable (bug #655664)
Package-Manager: Portage-2.3.42, Repoman-2.3.9
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.9.6.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.9.6.ebuild index 1ae411dbcddf..c79c9ad2b719 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.9.6.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.9.6.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" |