commit:     bd1136594a265148fa920305cf63b1885df16c22
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 16:04:12 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 16:04:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd113659

dev-python/PyQt6-WebEngine: add bugref for qmake6 path

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild 
b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild
index eca7e68acd20..b1ee942b454a 100644
--- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild
+++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild
@@ -44,8 +44,7 @@ src_prepare() {
 src_configure() {
        append-cxxflags -std=c++17 # for clang and old gcc that default to <17
 
-       # hack: currently lacking qt6_get_bindir (or alternatively have
-       # qmake6 in PATH like qmake5 is so it wouldn't matter)
+       # workaround until bug 863395 has something to offer
        local qmake6=$(qt5_get_bindir)/qmake6
        qmake6=${qmake6//qt5/qt6}
 

Reply via email to