summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emact/emact-2.58.0.ebuild10
1 files changed, 5 insertions, 5 deletions
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)"
}