summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6-WebEngine
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-25 18:24:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-25 18:24:51 +0000
commitbc578394ba4c1b3769658c36b92b57735f4abcd1 (patch)
tree6c14eb76d182c6c7090429c865ad92473833511c /dev-python/PyQt6-WebEngine
parent52a7cd31ed4febefa561c464334fa209e531d2a6 (diff)
downloadbaldeagleos-repo-bc578394ba4c1b3769658c36b92b57735f4abcd1.tar.gz
baldeagleos-repo-bc578394ba4c1b3769658c36b92b57735f4abcd1.tar.xz
baldeagleos-repo-bc578394ba4c1b3769658c36b92b57735f4abcd1.zip
Adding metadata
Diffstat (limited to 'dev-python/PyQt6-WebEngine')
-rw-r--r--dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.6.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.6.0.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.6.0.ebuild
index f44bb3ea86b8..a4ed038c8c9d 100644
--- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.6.0.ebuild
+++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.6.0.ebuild
@@ -39,9 +39,9 @@ BDEPEND="
src_prepare() {
default
- # hack: qmake queries g++ or clang++ for info depending on which qtbase was
- # built with, but ignores CHOST failing with -native-symlinks (bug #726112)
- # and potentially using wrong information when cross-compiling
+ # hack: PyQt-builder runs qmake without our arguments and calls g++
+ # or clang++ depending on what qtbase was built with, not used for
+ # building but fails with -native-symlinks
mkdir "${T}"/cxx || die
local cxx
! cxx=$(type -P "${CHOST}"-g++) || ln -s -- "${cxx}" "${T}"/cxx/g++ || die