From 2b9f0c114be8ddd8ff6c88805f2ecd8aa04e6ffe Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 23 Feb 2024 08:54:49 +0000 Subject: [PATCH] kde-apps/cantor: -j1 workaround Bug: https://bugs.gentoo.org/919576 Signed-off-by: Sam James --- kde-apps/cantor/cantor-24.01.95.ebuild | 5 +++++ kde-apps/cantor/cantor-24.02.0.ebuild | 5 +++++ kde-apps/cantor/cantor-24.02.49.9999.ebuild | 5 +++++ kde-apps/cantor/cantor-9999.ebuild | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/kde-apps/cantor/cantor-24.01.95.ebuild b/kde-apps/cantor/cantor-24.01.95.ebuild index dbc325b71cb..ec59607c7f5 100644 --- a/kde-apps/cantor/cantor-24.01.95.ebuild +++ b/kde-apps/cantor/cantor-24.01.95.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 diff --git a/kde-apps/cantor/cantor-24.02.0.ebuild b/kde-apps/cantor/cantor-24.02.0.ebuild index 25d1ffb4ac1..b67c2d46dfd 100644 --- a/kde-apps/cantor/cantor-24.02.0.ebuild +++ b/kde-apps/cantor/cantor-24.02.0.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 diff --git a/kde-apps/cantor/cantor-24.02.49.9999.ebuild b/kde-apps/cantor/cantor-24.02.49.9999.ebuild index 3e6f3ced919..a79facb107b 100644 --- a/kde-apps/cantor/cantor-24.02.49.9999.ebuild +++ b/kde-apps/cantor/cantor-24.02.49.9999.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 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index 3e6f3ced919..a79facb107b 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.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