From ed1513806780418973a24ced30f333cf128d542f Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 6 May 2022 23:30:31 +0200 Subject: app-editors/fe: Don't rename configure.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eautoconf does this for us in EAPI 8. Signed-off-by: Ulrich Müller --- app-editors/fe/fe-2.0-r1.ebuild | 3 +-- app-editors/fe/files/fe-2.0-ncurses.patch | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'app-editors/fe') diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild index 4fd949e78973..9df4b0b4567a 100644 --- a/app-editors/fe/fe-2.0-r1.ebuild +++ b/app-editors/fe/fe-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ PATCHES=( ) src_prepare() { - mv configure.{in,ac} || die default AT_NOEAUTOHEADER=yes eautoreconf } diff --git a/app-editors/fe/files/fe-2.0-ncurses.patch b/app-editors/fe/files/fe-2.0-ncurses.patch index 8eef06db6454..dfe720b02e6e 100644 --- a/app-editors/fe/files/fe-2.0-ncurses.patch +++ b/app-editors/fe/files/fe-2.0-ncurses.patch @@ -1,7 +1,7 @@ https://bugs.gentoo.org/818415 ---- fe-2.0/configure.ac -+++ fe-2.0/configure.ac +--- fe-2.0/configure.in ++++ fe-2.0/configure.in @@ -55,19 +55,6 @@ AC_CHECK_FUNCS(strdup) AC_CHECK_FUNCS(strndup) -- cgit v1.2.3-65-gdbad