summaryrefslogtreecommitdiff
path: root/media-gfx/openscad/openscad-2021.01-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/openscad/openscad-2021.01-r4.ebuild')
-rw-r--r--media-gfx/openscad/openscad-2021.01-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/openscad/openscad-2021.01-r4.ebuild b/media-gfx/openscad/openscad-2021.01-r4.ebuild
index 9b67272f4c26..1ce925d70618 100644
--- a/media-gfx/openscad/openscad-2021.01-r4.ebuild
+++ b/media-gfx/openscad/openscad-2021.01-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.src.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="emacs"
# tests are not fully working and need cmake which isn't yet
# officially supported.
@@ -78,7 +78,8 @@ src_configure() {
}
src_compile() {
- default
+ # We have random parallel build issues, bug #856430
+ emake -j1
if use emacs ; then
elisp-compile contrib/*.el