summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/emact/emact-2.58.0-r1.ebuild (renamed from app-editors/emact/emact-2.58.0.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0-r1.ebuild
index bf90ddb88e86..2667c067d36c 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
@@ -17,8 +17,8 @@ IUSE="gui"
RDEPEND="sys-libs/ncurses:0=
gui? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
- virtual/pkgconfig
gui? ( x11-base/xorg-proto )"
+BDEPEND="virtual/pkgconfig"
src_configure() {
econf \
@@ -27,6 +27,6 @@ src_configure() {
}
src_install() {
- emake INSTALL="${ED%/}"/usr install
+ emake INSTALL="${ED}"/usr install
#dodoc README
}