diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:41:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:35 +0200 |
commit | fe60141d2f0762564c733b0514462d5d4349fb10 (patch) | |
tree | feaa549415ff114eb87702d3fed3da8a0e993943 /dev-qt | |
parent | dev-qt/qtwayland: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-fe60141d2f0762564c733b0514462d5d4349fb10.tar.gz gentoo-fe60141d2f0762564c733b0514462d5d4349fb10.tar.bz2 gentoo-fe60141d2f0762564c733b0514462d5d4349fb10.zip |
dev-qt/qtwebchannel: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild index 1507f4866db0..460831c151f1 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.7.1.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 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" fi IUSE="qml" |