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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-08-03 14:54:41 -04:00
parent 5690f37a4c
commit 5cfab0763f

View File

@@ -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=(