summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild')
-rw-r--r--dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.3.1.ebuild3
1 files changed, 1 insertions, 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}