commit: b4a50a640c53ba00e5b196f01e905ce99224877a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 05:35:08 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 05:35:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a50a64
app-emacs/org-mode: update live
NEED_EMACS and unconditional dodoc
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/org-mode/org-mode-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-emacs/org-mode/org-mode-9999.ebuild
b/app-emacs/org-mode/org-mode-9999.ebuild
index f95d8ed5365f..4ec54a056a1c 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-NEED_EMACS=24
+
+NEED_EMACS=25.1
inherit elisp readme.gentoo-r1
@@ -45,7 +46,7 @@ src_install() {
install
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc README CONTRIBUTE etc/ORG-NEWS
+ dodoc README.org CONTRIBUTE.org etc/ORG-NEWS
use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
local DOC_CONTENTS="Org mode has a large variety of run-time
dependencies,