commit: 619020619e10f5cb142b2cdcdd469367b21a2154
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 4 16:33:03 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Dec 4 16:47:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61902061
app-emacs/org-mode: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/org-mode/org-mode-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-emacs/org-mode/org-mode-9999.ebuild
b/app-emacs/org-mode/org-mode-9999.ebuild
index 62007b56c10c..74b340ed0dcc 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -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}"