diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 21:25:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 21:35:05 +0200 |
commit | 0d752f89fe4705e0dd41f43b649c7add75e2a506 (patch) | |
tree | 2a9faa7ceb49f4c22c363a067e202238527df38f /app-editors | |
parent | sci-libs/kissfft: Keyword 131.1.0 arm64, #787380 (diff) | |
download | gentoo-0d752f89fe4705e0dd41f43b649c7add75e2a506.tar.gz gentoo-0d752f89fe4705e0dd41f43b649c7add75e2a506.tar.bz2 gentoo-0d752f89fe4705e0dd41f43b649c7add75e2a506.zip |
app-editors/emact: EAPI 7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-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 } |