commit:     3f25ed428ca7faa3d3e0efb339bc3b84429dbfa6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 17:48:30 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 17:50:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f25ed42

app-editors/emacs: Reenable eautoreconf in src_prepare

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs/emacs-29.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs/emacs-29.3.ebuild 
b/app-editors/emacs/emacs-29.3.ebuild
index d76f65e8cae8..bce8be95fd44 100644
--- a/app-editors/emacs/emacs-29.3.ebuild
+++ b/app-editors/emacs/emacs-29.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs
 
 if [[ ${PV##*.} = 9999 ]]; then
        inherit git-r3
@@ -219,7 +219,7 @@ src_prepare() {
        sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \
                test/lisp/emacs-lisp/bytecomp-tests.el || die
 
-       #AT_M4DIR=m4 eautoreconf
+       AT_M4DIR=m4 eautoreconf
 }
 
 src_configure() {

Reply via email to