commit: 26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Nov 11 16:17:27 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Nov 11 16:17:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0f7b6
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 <whissi <AT> gentoo.org> sys-apps/ed/{ed-1.15.ebuild => ed-1.15-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 c6c5d7a96bc..0226fe03f9c 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" }
