Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/
Date: Sat, 02 Jul 2022 11:03:03
Message-Id: 1656759750.0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b.arthurzam@gentoo
1 commit: 0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 11:02:30 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 11:02:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef4f50a
7
8 dev-qt/qtwebchannel: Stabilize 5.15.5 ppc64, #853232
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild
16 index ebffff3c45cb..6068afb23667 100644
17 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild
18 +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild
19 @@ -9,7 +9,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 ~riscv ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
25 fi
26
27 IUSE="qml"