diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:56:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:56 +0200 |
commit | ed1e8b6ea7935159ec474d987702388356cc0c6b (patch) | |
tree | 38e7acb0be8531b2af78f00210214e8f623756ba /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-ed1e8b6ea7935159ec474d987702388356cc0c6b.tar.gz gentoo-ed1e8b6ea7935159ec474d987702388356cc0c6b.tar.bz2 gentoo-ed1e8b6ea7935159ec474d987702388356cc0c6b.zip |
dev-qt/qtwebchannel: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
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.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild index 7708317f85eb..d6669e5de5b2 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.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 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86" fi IUSE="qml" |