commit:     caa220b72ab93c99eaa0284a1cbfdaedf4898707
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 08:59:06 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 09:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa220b7

app-emacs/org-mode: Fix parallel build failure with USE=doc

Closes: https://bugs.gentoo.org/884403
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/org-mode/org-mode-9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/org-mode/org-mode-9.6.ebuild 
b/app-emacs/org-mode/org-mode-9.6.ebuild
index 31fc37eb98f1..bc7446d9fb1c 100644
--- a/app-emacs/org-mode/org-mode-9.6.ebuild
+++ b/app-emacs/org-mode/org-mode-9.6.ebuild
@@ -27,7 +27,7 @@ src_compile() {
        emake -j1 \
                ORGVERSION=${PV} \
                datadir="${EPREFIX}${SITEETC}/${PN}"
-       use doc && emake pdf card
+       use doc && emake -j1 pdf card
 }
 
 src_install() {

Reply via email to