summaryrefslogtreecommitdiff
path: root/app-editors/emact
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /app-editors/emact
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'app-editors/emact')
-rw-r--r--app-editors/emact/Manifest2
-rw-r--r--app-editors/emact/emact-2.58.0-r1.ebuild (renamed from app-editors/emact/emact-2.58.0.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/emact/Manifest b/app-editors/emact/Manifest
index e7588d8566bd..1860778ccc28 100644
--- a/app-editors/emact/Manifest
+++ b/app-editors/emact/Manifest
@@ -1,3 +1,3 @@
DIST emact-2.58.0.tar.gz 581248 BLAKE2B 9be43cfc37973d683c5c824bf2f2d60d0ffab2791c46a4082f04d83fc705713d5806608e5802e786be4ced4b008842c5c6dca60b7a30c5483b29736ccc21ffe5 SHA512 43108d0bc1989ba6e11f12e86ad5fa4e0b06dc2cc11f54a8b1ca548bb91d2d201f62ffda5e8c11ff75a724229ca1a2ae3e2f439ebc62e1fe3f484f811a88a2c2
-EBUILD emact-2.58.0.ebuild 639 BLAKE2B 021a03830f711191096aefd05f5f8fc61e781ebfc7b375acfedb1400049a1bca13af598b94d68f98e65326e9f2e2572c5802da0977f15a1933b36a3f73814bb3 SHA512 b5d2321dab0afbdbe2404b294c5600f3669bf100f242fea13fb691bf231b7bf135ae5fb3cc54b458fe118ecdbdb528019024f25d7b12824f03f09202268967bd
+EBUILD emact-2.58.0-r1.ebuild 646 BLAKE2B 97b6aca72edb4983e73673c47bd04c632ca6f13063b0dfa15ecf60d7ccf80435a51d41c4d48934c93c27a6781f3b93479a3e4490affab17a563f61952ed62643 SHA512 76beca035e5b952e64fe43c44809396236c685990c4be83942eb0291b5b18b41a3eacebd90f93f84ca8fc05b5a3d0bc6a3f257c451752bb8010473c228186591
MISC metadata.xml 1356 BLAKE2B 6038a2811fe4103bcba606fe464c1ca1ddf0765f064507d84aaeaf92f92de0c51ca4d75a88a32576a50631f694ad2e84d842602c50f03a2e9ac9ee4b8a0a12e4 SHA512 f376c46dc531f259dda9842b817c5eb040c4c2f9ee811e728770b660e4af1b8d588081e34bd3149c88fbbfbb976cc6cdb3013a8c8a5ae488a198a9c3ac10d75d
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
}