dev-util/qbs: update 6.10.1 workaround comment

Identified the cause, and it may also break other packages.
Qt labeled it as a "Potentially Source-Incompatible" change
and so it seems intended and packages need to fix this.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-11-17 10:26:44 -05:00
parent be73a487f1
commit 9d1f312db0
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -63,8 +63,9 @@ pkg_setup() {
src_prepare() {
cmake_src_prepare
# test fails to build with Qt 6.10.1 -- not looked into but, given
# skip this test either way, may as well also not build it for now
# test fails to build with Qt 6.10.1 since [1] and, given skipping
# this test either way, may as well also not build it for now
# [1] https://github.com/qt/qtbase/commit/7196bb00ed7
sed -i '/add_subdirectory(language)/d' tests/auto/CMakeLists.txt || die
}