commit:     0d752f89fe4705e0dd41f43b649c7add75e2a506
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 19:25:58 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 15 19:35:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d752f89

app-editors/emact: EAPI 7 bump

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emact/{emact-2.58.0.ebuild => emact-2.58.0-r1.ebuild} | 8 ++++----
 1 file 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
similarity index 83%
rename from app-editors/emact/emact-2.58.0.ebuild
rename to app-editors/emact/emact-2.58.0-r1.ebuild
index bf90ddb88e8..2667c067d36 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
 }

Reply via email to