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: Wed, 17 Oct 2018 22:22:14
Message-Id: 1539814888.6fdc9cbcbfb1867d5c28bdb3e5995e2a7829bea0.whissi@gentoo
1 commit: 6fdc9cbcbfb1867d5c28bdb3e5995e2a7829bea0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 22:12:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 22:21:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdc9cbc
7
8 dev-qt/qtwebchannel: x86 stable (bug #664566)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild
17 index f64b7cdbf48..b79ef36e17c 100644
18 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild
19 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.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"