commit: 211ead33fadcf42f259cf2a09692608077e54a78 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 23 07:29:01 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 23 07:33:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211ead33
app-editors/emacs: Drop sed for ctags.1 ctags has been removed upstream: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=25d757535884da71ace29fd80b8b24dd3a8f9017 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/emacs/emacs-31.0.9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild b/app-editors/emacs/emacs-31.0.9999.ebuild index 04a7d9a6a228..ca9ff8677e41 100644 --- a/app-editors/emacs/emacs-31.0.9999.ebuild +++ b/app-editors/emacs/emacs-31.0.9999.ebuild @@ -202,9 +202,6 @@ src_prepare() { fi fi - # Fix filename reference in redirected man page - sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 || die - # libseccomp is detected by configure but doesn't appear to have any # effect on the installed image. Suppress it by supplying pkg-config # with a wrong library name.
