Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Mon, 12 Oct 2020 15:22:51
Message-Id: 1602516155.aadb1c8f602814073a0c77347f157c7eccfd222f.sam@gentoo
1 commit: aadb1c8f602814073a0c77347f157c7eccfd222f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 15:04:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 15:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadb1c8f
7
8 dev-qt/qtwebchannel: Stabilize 5.15.1 amd64, #734600
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild
16 index f4c95c62a5a..7708317f85e 100644
17 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild
18 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.1.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"