mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
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:
parent
be73a487f1
commit
9d1f312db0
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user