diff options
author | Sam James <sam@gentoo.org> | 2023-05-21 06:27:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-21 06:34:39 +0100 |
commit | ebb68b32be2b06c9c97e0364f7d61858b8db3884 (patch) | |
tree | 4801b20f044a6b8d3991cc816ee5fd9d3ae94c16 | |
parent | dev-python/mkdocs-material: Bump to 9.1.14 (diff) | |
download | gentoo-ebb68b32be2b06c9c97e0364f7d61858b8db3884.tar.gz gentoo-ebb68b32be2b06c9c97e0364f7d61858b8db3884.tar.bz2 gentoo-ebb68b32be2b06c9c97e0364f7d61858b8db3884.zip |
dev-libs/libcbor: use -j1 for doc build
Closes: https://bugs.gentoo.org/770202
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libcbor/libcbor-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |