commit: 9d1f312db075c882fa74cea90ccdcece1a2e38c2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 17 15:26:44 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 17 17:34:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1f312d
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 <AT> gentoo.org>
dev-util/qbs/qbs-3.1.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/qbs/qbs-3.1.1.ebuild b/dev-util/qbs/qbs-3.1.1.ebuild
index 07cba8c0f68e..c06765e2e6c5 100644
--- a/dev-util/qbs/qbs-3.1.1.ebuild
+++ b/dev-util/qbs/qbs-3.1.1.ebuild
@@ -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
}