commit: 7d27ef514f8533e3bb8fa85d96f425fca22ca202
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 21:19:59 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 21:19:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7d27ef51
app-emacs/emacs-common: Install the ChangeLog file
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/emacs-common/emacs-common-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-emacs/emacs-common/emacs-common-9999.ebuild
b/app-emacs/emacs-common/emacs-common-9999.ebuild
index 8e1315a..46ef2c3 100644
--- a/app-emacs/emacs-common/emacs-common-9999.ebuild
+++ b/app-emacs/emacs-common/emacs-common-9999.ebuild
@@ -24,9 +24,8 @@ SLOT="0"
IUSE="games gsettings gui"
DEPEND="games? ( acct-group/gamestat )"
-RDEPEND="
- !<app-emacs/emacs-daemon-0.24
- ${DEPEND}"
+RDEPEND="${DEPEND}
+ !<app-emacs/emacs-daemon-0.24"
PDEPEND=">=app-editors/emacs-26.1:*"
IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )"
@@ -88,7 +87,7 @@ src_install() {
fi
fi
- dodoc README.daemon
+ dodoc README.daemon ChangeLog
local DOC_CONTENTS DISABLE_AUTOFORMATTING=1
DOC_CONTENTS=$(sed "s,@SITELISP@,${EPREFIX}${SITELISP},g" \