commit: bcba7f830d5df261b692df73c9a96976566f4ed1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 23:01:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 23:23:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcba7f83
app-office/libreoffice: use (e)make -Onone
... for better compat w/ -Oline, which is also Portage's default. Otherwise it
looks
like the build is stuck.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-office/libreoffice/libreoffice-25.2.1.1.ebuild | 8 ++++----
app-office/libreoffice/libreoffice-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
index 31a9c6bcc96b..578de9be569a 100644
--- a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
+++ b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
@@ -596,16 +596,16 @@ src_compile() {
addpredict /dev/ati
addpredict /dev/nvidiactl
- default
+ emake -Onone
}
src_test() {
- emake unitcheck
- emake slowcheck
+ emake -Onone unitcheck
+ emake -Onone slowcheck
}
src_install() {
- emake DESTDIR="${D}" distro-pack-install -o build -o check
+ emake -Onone DESTDIR="${D}" distro-pack-install -o build -o check
# TODO: still relevant for gtk4?
# bug #593514
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild
b/app-office/libreoffice/libreoffice-9999.ebuild
index 0b2982151d67..f5ac3218ed67 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -596,16 +596,16 @@ src_compile() {
addpredict /dev/ati
addpredict /dev/nvidiactl
- default
+ emake -Onone
}
src_test() {
- emake unitcheck
- emake slowcheck
+ emake -Onone unitcheck
+ emake -Onone slowcheck
}
src_install() {
- emake DESTDIR="${D}" distro-pack-install -o build -o check
+ emake -Onone DESTDIR="${D}" distro-pack-install -o build -o check
# TODO: still relevant for gtk4?
# bug #593514