diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-12-05 09:59:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-12-05 10:02:12 +0100 |
commit | caa220b72ab93c99eaa0284a1cbfdaedf4898707 (patch) | |
tree | 02779e6b2d2c8e93fd4e869cebe3d2cde1854d7c /app-emacs/org-mode | |
parent | net-proxy/haproxy: unused eclass: flag-o-matic (diff) | |
download | gentoo-caa220b72ab93c99eaa0284a1cbfdaedf4898707.tar.gz gentoo-caa220b72ab93c99eaa0284a1cbfdaedf4898707.tar.bz2 gentoo-caa220b72ab93c99eaa0284a1cbfdaedf4898707.zip |
app-emacs/org-mode: Fix parallel build failure with USE=doc
Closes: https://bugs.gentoo.org/884403
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/org-mode-9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |