summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-11 17:17:27 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-11 17:17:51 +0100
commit26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e (patch)
treebd79eb08065d82d0aaedbf89aa2ec813f97eed7d /sys-apps
parentmedia-video/smplayer: Bump to version 19.10.2. Removed old (diff)
downloadgentoo-26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e.tar.gz
gentoo-26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e.tar.bz2
gentoo-26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/ed/ed-1.15-r1.ebuild (renamed from sys-apps/ed/ed-1.15.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/ed/ed-1.15.ebuild b/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"
}