Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/
Date: Mon, 30 May 2022 16:09:36
Message-Id: 1653926942.d9fd830429f4bc8f41e12c837107c8aefaebc0c3.asturm@gentoo
1 commit: d9fd830429f4bc8f41e12c837107c8aefaebc0c3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 15:21:52 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 16:09:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fd8304
7
8 dev-qt/qtwebengine: Re-add KEYWORDS to 5.15.4_p20220526
9
10 Bug: https://bugs.gentoo.org/847613
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild
18 index 2505b76ea618..ad2857918b76 100644
19 --- a/dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild
20 +++ b/dev-qt/qtwebengine/qtwebengine-5.15.4_p20220526.ebuild
21 @@ -11,7 +11,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applic
22 HOMEPAGE="https://www.qt.io/"
23
24 if [[ ${QT5_BUILD_TYPE} == release ]]; then
25 -# KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
27 if [[ ${PV} == ${QT5_PV}_p* ]]; then
28 SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
29 S="${WORKDIR}/${P}"