commit: 8e225a87533a354a6a990aecf76f059131bdf4fd Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 22:21:49 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 22:22:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e225a87
kde-apps/cantor: Apply MAKEOPTS="-j1" workaround Bug: https://bugs.gentoo.org/915679 Bug: https://bugs.gentoo.org/919576 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> kde-apps/cantor/cantor-23.08.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-apps/cantor/cantor-23.08.4.ebuild b/kde-apps/cantor/cantor-23.08.4.ebuild index 7496795f83b3..b5bcc0a8995a 100644 --- a/kde-apps/cantor/cantor-23.08.4.ebuild +++ b/kde-apps/cantor/cantor-23.08.4.ebuild @@ -100,6 +100,10 @@ src_configure() { ecm_src_configure } +src_compile() { + MAKEOPTS="-j1" ecm_src_compile +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Maxima backend" sci-mathematics/maxima
