Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Tue, 18 Jan 2022 22:52:39
Message-Id: 1642546345.4cc5fee3a4c2e5876966dbf8a7bba7056d07a204.jsmolic@gentoo
1 commit: 4cc5fee3a4c2e5876966dbf8a7bba7056d07a204
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 22:52:25 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 22:52:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc5fee3
7
8 dev-qt/qtwebchannel: Stabilize 5.15.2-r10 amd64, #829923
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-qt/qtwebchannel/qtwebchannel-5.15.2-r10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r10.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r10.ebuild
16 index 8aaa921d570c..425bc73f7071 100644
17 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r10.ebuild
18 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,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 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
31 fi
32
33 IUSE="qml"