commit:     df182f2891606e757be3e8406a69f4a0e53ee324
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 08:55:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 08:55:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df182f28

kde-apps/cantor: -j1 workaround

Bug: https://bugs.gentoo.org/919576
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/cantor/cantor-23.08.5.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-apps/cantor/cantor-23.08.5.ebuild 
b/kde-apps/cantor/cantor-23.08.5.ebuild
index 1ed45d01c1aa..0883cbce2dd2 100644
--- a/kde-apps/cantor/cantor-23.08.5.ebuild
+++ b/kde-apps/cantor/cantor-23.08.5.ebuild
@@ -100,6 +100,11 @@ src_configure() {
        ecm_src_configure
 }
 
+src_compile() {
+       # -j1 for bug #919576
+       MAKEOPTS="-j1" ecm_src_compile
+}
+
 pkg_postinst() {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                optfeature "Maxima backend" sci-mathematics/maxima

Reply via email to