app-emacs/org-mode: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-12-04 17:33:03 +01:00
parent 2af702ea27
commit 619020619e

View File

@@ -40,14 +40,16 @@ src_prepare() {
elisp_src_prepare
# Remove failing tests.
rm ./testing/lisp/test-{ob,ob-exp,ob-tangle,ob-shell,org-clock}.el \
rm ./testing/lisp/test-{ob{,-exp,-tangle,-shell},org{,-clock}}.el \
|| die "failed to remove some test files"
}
src_configure() {
elisp_src_configure
use doc && DOCS+=( doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf )
if use doc ; then
DOCS+=( doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf )
fi
EMAKEARGS=(
ORGVERSION="${PV}"