commit: ebb68b32be2b06c9c97e0364f7d61858b8db3884 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 21 05:27:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 21 05:34:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb68b32
dev-libs/libcbor: use -j1 for doc build Closes: https://bugs.gentoo.org/770202 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libcbor/libcbor-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcbor/libcbor-0.10.2.ebuild b/dev-libs/libcbor/libcbor-0.10.2.ebuild index b7c6aff0849d..75b5ed188e33 100644 --- a/dev-libs/libcbor/libcbor-0.10.2.ebuild +++ b/dev-libs/libcbor/libcbor-0.10.2.ebuild @@ -55,7 +55,7 @@ src_compile() { if use doc; then mkdir -p doc/build || die pushd doc >/dev/null || die - emake html man + emake -j1 html man popd >/dev/null || die fi }