From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 954E7158020 for ; Wed, 30 Nov 2022 08:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2033E0870; Wed, 30 Nov 2022 08:25:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94BD2E0870 for ; Wed, 30 Nov 2022 08:25:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C24F340C7C for ; Wed, 30 Nov 2022 08:25:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62EBA54C for ; Wed, 30 Nov 2022 08:25:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1669796576.aa9f1348aba68a47eb6fd0a26814c25448d0471a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/qtcore-5.15.7.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa9f1348aba68a47eb6fd0a26814c25448d0471a X-VCS-Branch: master Date: Wed, 30 Nov 2022 08:25:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4404fe36-64cc-4524-bc52-09b20f69ac6d X-Archives-Hash: c2a1580b357ee1f9e84e87c4fd43c767 commit: aa9f1348aba68a47eb6fd0a26814c25448d0471a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 30 08:22:56 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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() {