Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Sat, 02 Jun 2018 23:21:42
Message-Id: 1527981649.0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4.asturm@gentoo
1 commit: 0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 20:38:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 23:20:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6adc6f
7
8 dev-qt/qtwebchannel: Add ~ppc, bug #655620
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild | 2 +-
14 dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild
18 index 63c52e4c774..7f4acf242e8 100644
19 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild
20 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild
21 @@ -7,7 +7,7 @@ inherit qt5-build
22 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
23
24 if [[ ${QT5_BUILD_TYPE} == release ]]; then
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
27 fi
28
29 IUSE="qml"
30
31 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild
32 index 63c52e4c774..7f4acf242e8 100644
33 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild
34 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild
35 @@ -7,7 +7,7 @@ inherit qt5-build
36 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
37
38 if [[ ${QT5_BUILD_TYPE} == release ]]; then
39 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
40 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
41 fi
42
43 IUSE="qml"