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/qtwaylandscanner/
Date: Thu, 30 Jun 2022 22:20:00
Message-Id: 1656627575.1c24a9ebc5bf26a330d7da9dce1527f7f8b059ae.sam@gentoo
1 commit: 1c24a9ebc5bf26a330d7da9dce1527f7f8b059ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 22:19:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 22:19:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c24a9eb
7
8 dev-qt/qtwaylandscanner: Stabilize 5.15.5 amd64, #853232
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild
16 index 7d5383f04ba0..b30fa6744384 100644
17 --- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild
18 +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild
19 @@ -9,7 +9,7 @@ inherit qt5-build
20 DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland protocol xml spec"
21
22 if [[ ${QT5_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 fi
26
27 DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="