Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Fri, 26 Apr 2019 17:51:43
Message-Id: 1556299904.f7e785422c8bd9a8caeb02463b0b86cebfaabd75.blueness@gentoo
1 commit: f7e785422c8bd9a8caeb02463b0b86cebfaabd75
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 17:31:44 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 17:31:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e78542
7
8 dev-qt/qtwebchannel: stable on arm
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild
17 index a8058df12d9..a5b6dc37b1a 100644
18 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild
19 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild
20 @@ -7,7 +7,7 @@ inherit qt5-build
21 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
25 + KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 x86"
26 fi
27
28 IUSE="qml"