summaryrefslogtreecommitdiff
path: root/app-editors/emact
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /app-editors/emact
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'app-editors/emact')
-rw-r--r--app-editors/emact/Manifest2
-rw-r--r--app-editors/emact/emact-2.58.0.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/emact/Manifest b/app-editors/emact/Manifest
index 259c50ab136c..e7588d8566bd 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 634 BLAKE2B 5c91768d25429a5e753c7d15b7a83c908320a2abce669a85c69e8fb90b65782b68b665bec98513fd32d3bfa1f09f38de4adbe95f5defac57a2756c2c35845e43 SHA512 f49e8f06b41bf867628003068919a834a7488417c6059c7bb8295781df27fded321aae85c0bafeef73896f0b0c5f910c979afa56f0b611e0adc62e5356be4887
+EBUILD emact-2.58.0.ebuild 639 BLAKE2B 021a03830f711191096aefd05f5f8fc61e781ebfc7b375acfedb1400049a1bca13af598b94d68f98e65326e9f2e2572c5802da0977f15a1933b36a3f73814bb3 SHA512 b5d2321dab0afbdbe2404b294c5600f3669bf100f242fea13fb691bf231b7bf135ae5fb3cc54b458fe118ecdbdb528019024f25d7b12824f03f09202268967bd
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.ebuild
index 9b91001721d2..bf90ddb88e86 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,17 +12,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2+ BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="X"
+IUSE="gui"
RDEPEND="sys-libs/ncurses:0=
- X? ( x11-libs/libX11 )"
+ gui? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- X? ( x11-base/xorg-proto )"
+ gui? ( x11-base/xorg-proto )"
src_configure() {
econf \
- $(use_with X x) \
+ $(use_with gui x) \
LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}