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: Fri, 06 May 2022 21:32:35
Message-Id: 1651872716.0a50630e742ac67e0ef362c84bcc2e11dc8a17a9.ulm@gentoo
1 commit: 0a50630e742ac67e0ef362c84bcc2e11dc8a17a9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 21:27:57 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 21:31:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a50630e
7
8 app-editors/emacs: Don't rename configure.in
9
10 eautoconf does this for us in EAPI 8.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-editors/emacs/emacs-23.4-r21.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/app-editors/emacs/emacs-23.4-r21.ebuild b/app-editors/emacs/emacs-23.4-r21.ebuild
18 index e491036d0785..8a55f68e94af 100644
19 --- a/app-editors/emacs/emacs-23.4-r21.ebuild
20 +++ b/app-editors/emacs/emacs-23.4-r21.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -112,7 +112,6 @@ src_prepare() {
28 || die "unable to sed configure.in"
29 fi
30
31 - mv configure.in configure.ac || die
32 eautoreconf
33 touch src/stamp-h.in || die
34 }