Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Tue, 05 Jul 2022 12:02:31
Message-Id: 1657022490.7a588173f5bfd99412785114aea353da31410fe0.ulm@gentoo
1 commit: 7a588173f5bfd99412785114aea353da31410fe0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 11:53:12 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 12:01:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a588173
7
8 app-editors/emacs: Don't call eautoreconf for pretest version
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-editors/emacs/emacs-28.1.90.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/emacs/emacs-28.1.90.ebuild b/app-editors/emacs/emacs-28.1.90.ebuild
16 index a3ba699d12bc..7875c15c2dcd 100644
17 --- a/app-editors/emacs/emacs-28.1.90.ebuild
18 +++ b/app-editors/emacs/emacs-28.1.90.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit autotools elisp-common readme.gentoo-r1 toolchain-funcs
24 +inherit elisp-common readme.gentoo-r1 toolchain-funcs #autotools
25
26 if [[ ${PV##*.} = 9999 ]]; then
27 inherit git-r3
28 @@ -165,7 +165,7 @@ src_prepare() {
29 # Fix filename reference in redirected man page
30 sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 || die
31
32 - AT_M4DIR=m4 eautoreconf
33 + #AT_M4DIR=m4 eautoreconf
34 }
35
36 src_configure() {