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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87DEE158009 for ; Thu, 22 Jun 2023 15:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D4B1E087B; Thu, 22 Jun 2023 15:53:50 +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 2F46CE0870 for ; Thu, 22 Jun 2023 15:53:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FFA6340D17 for ; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995F9A9E for ; Thu, 22 Jun 2023 15:53:47 +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: <1687449217.4c9d2129b757f5e10e73a9d5e25994542c3e9d07.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtcore/qtcore-5.15.10.9999.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c9d2129b757f5e10e73a9d5e25994542c3e9d07 X-VCS-Branch: master Date: Thu, 22 Jun 2023 15:53:47 +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: 078857e6-4eef-4db4-a0f8-a4cb6d974e78 X-Archives-Hash: f3373e86a4d460d3d8233080c534965c commit: 4c9d2129b757f5e10e73a9d5e25994542c3e9d07 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 17:30:44 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 22 15:53:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4c9d2129 dev-qt/qtcore: Make use of qt5_syncqt_version() Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtcore/qtcore-5.15.10.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-qt/qtcore/qtcore-5.15.10.9999.ebuild b/dev-qt/qtcore/qtcore-5.15.10.9999.ebuild index e8431443..3478e067 100644 --- a/dev-qt/qtcore/qtcore-5.15.10.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.10.9999.ebuild @@ -79,6 +79,9 @@ src_prepare() { fi qt5-build_src_prepare + + # workaround for a79a370c (...Annotate-QMutex-...patch) adding a header + qt5_syncqt_version } src_configure() {