In particular, it misses the eqmake6 function. Thus, user repositories that depends on the qt repo receive this "non-standard" eclass. Reproducible: Always
On the long term the qt overlay will likely be abandoned and shouldn't be depended on by other overlays. Already no real development happens there anymore and the Qt6 live ebuilds were notably moved to ::gentoo, and likely won't bother keeping these for Qt5. I can still delete the eclass from the overlay though.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/qt.git/commit/?id=e332f55a25fc0de1567586683f99b79bcd0a2b52 commit e332f55a25fc0de1567586683f99b79bcd0a2b52 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-10-23 20:56:52 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-10-23 21:00:36 +0000 qmake-utils.eclass: drop in favor ::gentoo's version Not in sync, and given about about all new development moved to ::gentoo (at least the moment) it is just a hassle to maintain a duplicate here. Closes: https://bugs.gentoo.org/942033 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> eclass/qmake-utils.eclass | 158 ---------------------------------------------- 1 file changed, 158 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fe82082a31990f73ee4c7caaa1bebafbd369525 commit 6fe82082a31990f73ee4c7caaa1bebafbd369525 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-10-23 20:58:36 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-10-23 21:00:54 +0000 qt5-build.eclass: drop in favor ::gentoo's version Not in sync, and given about about all new development moved to ::gentoo (at least the moment) it is just a hassle to maintain a duplicate here. Bug: https://bugs.gentoo.org/942033 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> eclass/qt5-build.eclass | 1027 ----------------------------------------------- 1 file changed, 1027 deletions(-)
Thank you for the quick responce and the clarification!