diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:46:29 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:46:29 +0200 |
commit | 2133034dc9239deffbb001920145e7aaae8261c4 (patch) | |
tree | 1bc3b499eb30aa19440f2e24fbe9258ecfcc1323 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: ppc64 stable wrt bug #719732 (diff) | |
download | gentoo-2133034dc9239deffbb001920145e7aaae8261c4.tar.gz gentoo-2133034dc9239deffbb001920145e7aaae8261c4.tar.bz2 gentoo-2133034dc9239deffbb001920145e7aaae8261c4.zip |
dev-qt/qtwebchannel: ppc64 stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild index 2663e957d508..56dfd6458323 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.14.2.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" |