commit:     aa9f1348aba68a47eb6fd0a26814c25448d0471a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 08:22:56 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 08:22:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9f1348

dev-qt/qtcore: Fix syncqt.pl path (use shipped version)

Closes: https://bugs.gentoo.org/883701
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtcore/qtcore-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.15.7.ebuild 
b/dev-qt/qtcore/qtcore-5.15.7.ebuild
index e1d88ae1b477..f101b07bb635 100644
--- a/dev-qt/qtcore/qtcore-5.15.7.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.7.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
        qt5-build_src_prepare
 
        # workaround for 0171-Annotate-QMutex-...patch adding a header
-       perl ${QT5_BINDIR}/syncqt.pl -version ${PV} || die
+       perl bin/syncqt.pl -version ${PV} || die
 }
 
 src_configure() {

Reply via email to