diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-12 20:06:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-12 20:06:40 -0500 |
| commit | 193236e34a32b643d816ed04394476eab7e04db7 (patch) | |
| tree | 8b608b17886179a6530935fc0531c7a89a51d1a0 /eclass | |
| parent | 9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff) | |
| download | baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip | |
Adding metadata
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/qt6-build.eclass | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index 92c807282466..42c87eb83409 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -117,20 +117,6 @@ qt6-build_src_unpack() { # QT6_PREFIX, QT6_LIBDIR, and others), and handle anything else # generic as needed. qt6-build_src_prepare() { - # There is a suspicion that there "may" still be portage ordering issues - # when Qt's complex depgraph is involved, e.g. build a package with USE=qml - # before (matching) qtdeclarative version is updated despite all these - # packages DEPEND on ~qtdeclarative-${PV}. Tentatively assert to see if - # if the issue really exists (bug #959567). - if in_iuse qml && use qml && [[ ${PN} != qtwayland ]] && - ! has_version -d "~dev-qt/qtdeclarative-${PV}" - then - eerror "${CATEGORY}/${PN}[qml] depends on ~dev-qt/qtdeclarative-${PV}" - eerror "but it has not been upgraded/installed yet, implies that there" - eerror "is a bug in the package manager assuming normal usage." - die "aborting to avoid installing a broken package" - fi - # Qt has quite a lot of unused (false positive) CMakeLists.txt local CMAKE_QA_COMPAT_SKIP=1 |
