Skip to content

Commit

Permalink
kde-apps/cantor: -j1 workaround
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/919576
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Feb 23, 2024
1 parent e9cb810 commit 2b9f0c1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kde-apps/cantor/cantor-24.01.95.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions kde-apps/cantor/cantor-24.02.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions kde-apps/cantor/cantor-24.02.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions kde-apps/cantor/cantor-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b9f0c1

Please sign in to comment.