From 26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 11 Nov 2019 17:17:27 +0100 Subject: [PATCH] sys-apps/ed: rev bump - EAPI bumped to EAPI=7 - Do not use econf Closes: https://bugs.gentoo.org/611068 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann --- sys-apps/ed/{ed-1.15.ebuild => ed-1.15-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename sys-apps/ed/{ed-1.15.ebuild => ed-1.15-r1.ebuild} (88%) diff --git a/sys-apps/ed/ed-1.15.ebuild b/sys-apps/ed/ed-1.15-r1.ebuild similarity index 88% rename from sys-apps/ed/ed-1.15.ebuild rename to sys-apps/ed/ed-1.15-r1.ebuild index c6c5d7a96bc1..0226fe03f9c2 100644 --- a/sys-apps/ed/ed-1.15.ebuild +++ b/sys-apps/ed/ed-1.15-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" inherit toolchain-funcs @@ -21,10 +21,11 @@ RDEPEND="" src_configure() { # Upstream configure script is moronic. - econf \ + ./configure \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ - LDFLAGS="${CFLAGS} ${LDFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ CPPFLAGS="${CPPFLAGS}" \ - --bindir="${EPREFIX}/bin" + --bindir="${EPREFIX}/bin" \ + --prefix="${EPREFIX}/usr" } -- 2.26.2