mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user