Skip to content

Commit

Permalink
dev-util/patchutils: cleanup src_test workaround
Browse files Browse the repository at this point in the history
Make it clear that the issue is with parallel builds and not emake.

Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Mar 9, 2021
1 parent ba4baef commit 4645a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/patchutils/patchutils-0.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ PATCHES=(

src_test() {
# See bug 605952.
make check || die
emake -j1 check
}

0 comments on commit 4645a03

Please sign in to comment.