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/qtcore/
Date: Wed, 30 Nov 2022 08:25:34
Message-Id: 1669796576.aa9f1348aba68a47eb6fd0a26814c25448d0471a.asturm@gentoo
1 commit: aa9f1348aba68a47eb6fd0a26814c25448d0471a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 08:22:56 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 08:22:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9f1348
7
8 dev-qt/qtcore: Fix syncqt.pl path (use shipped version)
9
10 Closes: https://bugs.gentoo.org/883701
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtcore/qtcore-5.15.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtcore/qtcore-5.15.7.ebuild b/dev-qt/qtcore/qtcore-5.15.7.ebuild
17 index e1d88ae1b477..f101b07bb635 100644
18 --- a/dev-qt/qtcore/qtcore-5.15.7.ebuild
19 +++ b/dev-qt/qtcore/qtcore-5.15.7.ebuild
20 @@ -81,7 +81,7 @@ src_prepare() {
21 qt5-build_src_prepare
22
23 # workaround for 0171-Annotate-QMutex-...patch adding a header
24 - perl ${QT5_BINDIR}/syncqt.pl -version ${PV} || die
25 + perl bin/syncqt.pl -version ${PV} || die
26 }
27
28 src_configure() {