Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Tue, 20 Jun 2017 21:33:47
Message-Id: 1497992879.c95c3e3177202c91b31bc70257ec65303dc0f3f5.aballier@gentoo
1 commit: c95c3e3177202c91b31bc70257ec65303dc0f3f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 21:07:59 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 21:07:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95c3e31
7
8 dev-qt/qtwebchannel: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild
16 index 124d09eb526..42caf288363 100644
17 --- a/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild
18 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.7.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit qt5-build
26 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
27
28 if [[ ${QT5_BUILD_TYPE} == release ]]; then
29 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
31 fi
32
33 IUSE="qml"