diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:25:34 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:25:34 +0000 |
commit | bebbe0a1553b1d4d5e61dd0e3c0463a9ccaa6717 (patch) | |
tree | 518118f78b8e213be560c17ee2a3a8ce7f8011b1 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: stable 5.11.1 for ppc64, bug #664566 (diff) | |
download | gentoo-bebbe0a1553b1d4d5e61dd0e3c0463a9ccaa6717.tar.gz gentoo-bebbe0a1553b1d4d5e61dd0e3c0463a9ccaa6717.tar.bz2 gentoo-bebbe0a1553b1d4d5e61dd0e3c0463a9ccaa6717.zip |
dev-qt/qtwebchannel: stable 5.11.1 for ppc64, bug #664566
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild index b79ef36e17c1..95d996036154 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.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" |