commit: af299c8a25355ff56dc3909e00fed1b6c98759b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 27 00:44:24 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 27 00:44:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af299c8a
net-libs/farstream: workaround parallel build failure Closes: https://bugs.gentoo.org/776175 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/farstream/farstream-0.2.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/farstream/farstream-0.2.9.ebuild b/net-libs/farstream/farstream-0.2.9.ebuild index eb7ddd40101..bb9bc8aee73 100644 --- a/net-libs/farstream/farstream-0.2.9.ebuild +++ b/net-libs/farstream/farstream-0.2.9.ebuild @@ -66,5 +66,7 @@ src_compile() { # https://bugzilla.gnome.org/show_bug.cgi?id=744135 # https://bugzilla.gnome.org/show_bug.cgi?id=744134 addpredict /dev - gnome2_src_compile + + # bug #776175 for -j1 + MAKEOPTS="-j1" gnome2_src_compile }