From df182f2891606e757be3e8406a69f4a0e53ee324 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 23 Feb 2024 08:55:40 +0000 Subject: kde-apps/cantor: -j1 workaround Bug: https://bugs.gentoo.org/919576 Signed-off-by: Sam James --- 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 -- cgit v1.2.3-65-gdbad