mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user