Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Sun, 15 Jul 2018 14:23:23
Message-Id: 1531664453.d04695ff52b6142c5d15dfc628d958d5a80e83af.whissi@gentoo
1 commit: d04695ff52b6142c5d15dfc628d958d5a80e83af
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 14:09:51 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 14:20:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04695ff
7
8 dev-qt/qtwebchannel: x86 stable (bug #655664)
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 dev-qt/qtwebchannel/qtwebchannel-5.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.6.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.6.ebuild
16 index ff1e54522c7..cde337beb8c 100644
17 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9.6.ebuild
18 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.6.ebuild
19 @@ -7,7 +7,7 @@ inherit qt5-build
20 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
21
22 if [[ ${QT5_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
25 fi
26
27 IUSE="qml"