diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-03-24 18:48:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-03-24 18:50:07 +0100 |
commit | 3f25ed428ca7faa3d3e0efb339bc3b84429dbfa6 (patch) | |
tree | 58fbdd27fee1608b6e6651b75738a732f89e9bcc /app-editors | |
parent | toolchain.eclass: abort if hybrid CPU detected w/ -march=native (diff) | |
download | gentoo-3f25ed428ca7faa3d3e0efb339bc3b84429dbfa6.tar.gz gentoo-3f25ed428ca7faa3d3e0efb339bc3b84429dbfa6.tar.bz2 gentoo-3f25ed428ca7faa3d3e0efb339bc3b84429dbfa6.zip |
app-editors/emacs: Reenable eautoreconf in src_prepare
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.3.ebuild | 4 |
1 files 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() { |