diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:48:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:50:36 +0300 |
commit | a1c91e81878fe50a8ef6431d76ce4f4071e0474f (patch) | |
tree | 2b62a23a7a29114075eddb3fe336bbe630accbc5 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: x86 stable wrt bug #685260 (diff) | |
download | gentoo-a1c91e81878fe50a8ef6431d76ce4f4071e0474f.tar.gz gentoo-a1c91e81878fe50a8ef6431d76ce4f4071e0474f.tar.bz2 gentoo-a1c91e81878fe50a8ef6431d76ce4f4071e0474f.zip |
dev-qt/qtwebchannel: x86 stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild index d807cc0db2aa..84e743ac55d2 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" fi IUSE="qml" |