diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:25:49 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:26:40 +0300 |
commit | e35ae49066ba48cb951fe24b91512770882343c8 (patch) | |
tree | 0c6bcf41b4c3869804e158fd02d0b53364d8431a /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: ppc64 stable wrt bug #685260 (diff) | |
download | gentoo-e35ae49066ba48cb951fe24b91512770882343c8.tar.gz gentoo-e35ae49066ba48cb951fe24b91512770882343c8.tar.bz2 gentoo-e35ae49066ba48cb951fe24b91512770882343c8.zip |
dev-qt/qtwebchannel: ppc64 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="ppc64"
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 84e743ac55d2..a8058df12d97 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" |