commit:     e7ee697a31ec4b8d90421e3aafd6bc9649675633
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 20:31:17 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 20:32:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ee697a

app-office/texstudio: disable qt5 automagic

Closes: https://bugs.gentoo.org/940747
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../texstudio/{texstudio-4.8.4.ebuild => texstudio-4.8.4-r1.ebuild}    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-office/texstudio/texstudio-4.8.4.ebuild 
b/app-office/texstudio/texstudio-4.8.4-r1.ebuild
similarity index 94%
rename from app-office/texstudio/texstudio-4.8.4.ebuild
rename to 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
 }
 

Reply via email to