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 CA5CD158094 for ; Wed, 3 Aug 2022 18:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE28BE0D08; Wed, 3 Aug 2022 18:58:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B36CBE0D08 for ; Wed, 3 Aug 2022 18:58:39 +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 A098A340EE9 for ; Wed, 3 Aug 2022 18:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE4454D for ; Wed, 3 Aug 2022 18:58:37 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1659553079.5cfab0763f7626a8e5759eee454d69ea4882c55a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt6/PyQt6-6.3.1.ebuild X-VCS-Directories: dev-python/PyQt6/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5cfab0763f7626a8e5759eee454d69ea4882c55a X-VCS-Branch: master Date: Wed, 3 Aug 2022 18:58:37 +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: e2ee500c-c8c1-4b0b-b87d-b4bd4b494de3 X-Archives-Hash: 26fcb97fe457bd18f0ef5b2ede2e2f10 commit: 5cfab0763f7626a8e5759eee454d69ea4882c55a Author: Ionen Wolkens gentoo org> AuthorDate: Wed Aug 3 18:54:41 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Aug 3 18:57:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfab076 dev-python/PyQt6: call qmake over qmake6 for now qmake6 will be either moved or symlinked in /usr/bin (so could `type -P qmake6`), but the former would break this until updated unless use no-suffix qmake (same file). Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt6/PyQt6-6.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt6/PyQt6-6.3.1.ebuild b/dev-python/PyQt6/PyQt6-6.3.1.ebuild index ba0245d7b232..bb4189d772dc 100644 --- a/dev-python/PyQt6/PyQt6-6.3.1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.3.1.ebuild @@ -85,7 +85,7 @@ src_configure() { } # workaround until bug 863395 has something to offer - local qmake6=$(qt5_get_bindir)/qmake6 + local qmake6=$(qt5_get_bindir)/qmake qmake6=${qmake6//qt5/qt6} DISTUTILS_ARGS=(