diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-09 23:21:49 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-09 23:22:28 +0100 |
commit | 8e225a87533a354a6a990aecf76f059131bdf4fd (patch) | |
tree | 2a2dcdcd8ae3fd83161adebac9fdf26850357dda /kde-apps | |
parent | dev-python/PeachPy: fix doc deps (diff) | |
download | gentoo-8e225a87533a354a6a990aecf76f059131bdf4fd.tar.gz gentoo-8e225a87533a354a6a990aecf76f059131bdf4fd.tar.bz2 gentoo-8e225a87533a354a6a990aecf76f059131bdf4fd.zip |
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@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/cantor/cantor-23.08.4.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |