From 0ce09e27d4558e8579cb4d3df12d314757a97487 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sun, 4 Dec 2022 21:22:04 +0100 Subject: app-emacs/org-mode: fix compile by using 1 job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/884243 Signed-off-by: Maciej Barć --- app-emacs/org-mode/org-mode-9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emacs/org-mode') diff --git a/app-emacs/org-mode/org-mode-9.6.ebuild b/app-emacs/org-mode/org-mode-9.6.ebuild index 90b1759b5191..31fc37eb98f1 100644 --- a/app-emacs/org-mode/org-mode-9.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.6.ebuild @@ -24,7 +24,7 @@ BDEPEND="doc? ( virtual/texi2dvi )" SITEFILE="50${PN}-gentoo.el" src_compile() { - emake \ + emake -j1 \ ORGVERSION=${PV} \ datadir="${EPREFIX}${SITEETC}/${PN}" use doc && emake pdf card -- cgit v1.2.3-65-gdbad