diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:25:35 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:47 +0100 |
commit | fbe7e1049d335cf08c81f34e088aa6c817335f8c (patch) | |
tree | 916a0bed0639dc8f05454dd70fb03ad276de0ec6 /dev-qt | |
parent | dev-qt/qtwayland: ppc64 stable wrt bug #598780 (diff) | |
download | gentoo-fbe7e1049d335cf08c81f34e088aa6c817335f8c.tar.gz gentoo-fbe7e1049d335cf08c81f34e088aa6c817335f8c.tar.bz2 gentoo-fbe7e1049d335cf08c81f34e088aa6c817335f8c.zip |
dev-qt/qtwebchannel: ppc64 stable wrt bug #598780
Package-Manager: portage-2.3.0
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.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild index 7ca456ae1c49..5223ee563ce0 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild @@ -8,7 +8,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 ~ppc64 x86" + KEYWORDS="amd64 arm ppc64 x86" fi IUSE="qml" |