diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-10-04 22:31:17 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-10-04 22:32:16 +0200 |
commit | e7ee697a31ec4b8d90421e3aafd6bc9649675633 (patch) | |
tree | e17042932e40c44349ad8c4d64d32978e7fe9486 /app-office/texstudio | |
parent | kde-frameworks/threadweaver: Stabilize 6.6.0 amd64, #940668 (diff) | |
download | gentoo-e7ee697a31ec4b8d90421e3aafd6bc9649675633.tar.gz gentoo-e7ee697a31ec4b8d90421e3aafd6bc9649675633.tar.bz2 gentoo-e7ee697a31ec4b8d90421e3aafd6bc9649675633.zip |
app-office/texstudio: disable qt5 automagic
Closes: https://bugs.gentoo.org/940747
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-office/texstudio')
-rw-r--r-- | app-office/texstudio/texstudio-4.8.4-r1.ebuild (renamed from app-office/texstudio/texstudio-4.8.4.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-office/texstudio/texstudio-4.8.4.ebuild b/app-office/texstudio/texstudio-4.8.4-r1.ebuild index 859bcaad2a9b..43bd8a076684 100644 --- a/app-office/texstudio/texstudio-4.8.4.ebuild +++ b/app-office/texstudio/texstudio-4.8.4-r1.ebuild @@ -46,6 +46,9 @@ src_prepare() { rm -r "${dir}" || die "Failed to delete ${dir}" done + # https://bugs.gentoo.org/940747 + sed -i 's/Qt5 //' CMakeLists.txt || die + cmake_src_prepare } |