summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-12 17:36:43 +0100
committerUlrich Müller <ulm@gentoo.org>2020-08-29 13:43:40 +0200
commitcaca50e7b99518f3f4d10bdfb533a5a4a175b4a6 (patch)
treea7b19865ceb56a30c85e02680965f39bbc7bbcf8 /app-editors
parentapp-editors/qemacs: Migrate from X to gui USE flag. (diff)
downloadgentoo-caca50e7b99518f3f4d10bdfb533a5a4a175b4a6.tar.gz
gentoo-caca50e7b99518f3f4d10bdfb533a5a4a175b4a6.tar.bz2
gentoo-caca50e7b99518f3f4d10bdfb533a5a4a175b4a6.zip
app-editors/emact: Migrate from X to gui USE flag.
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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)"
}