Skip to content

Commit

Permalink
dev-scheme/guile-reader: do not use parallel make
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/880053
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Nov 8, 2022
1 parent a7ba4e4 commit cd78acd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-scheme/guile-reader/guile-reader-0.6.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ src_prepare() {
find "${S}" -name "*.scm" -exec touch {} + || die
}

src_compile() {
emake -j1
}

src_install() {
default

Expand Down

0 comments on commit cd78acd

Please sign in to comment.