From 385741d8019124a4ced306e3e8e73b9be4265163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 12 Jan 2020 17:38:09 +0100 Subject: app-editors/jed: Migrate from X to gui USE flag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- app-editors/jed/jed-0.99.19-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-editors/jed/jed-0.99.19-r1.ebuild b/app-editors/jed/jed-0.99.19-r1.ebuild index b6609a508346..570f81253bbd 100644 --- a/app-editors/jed/jed-0.99.19-r1.ebuild +++ b/app-editors/jed/jed-0.99.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="X gpm xft" +IUSE="gpm gui xft" RDEPEND=">=sys-libs/slang-2 gpm? ( sys-libs/gpm ) - X? ( + gui? ( x11-libs/libX11 xft? ( >=media-libs/freetype-2 @@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/slang-2 ) )" DEPEND="${RDEPEND} - X? ( + gui? ( x11-libs/libXt x11-base/xorg-proto )" @@ -46,7 +46,7 @@ src_configure() { src_compile() { emake - use X && emake xjed + use gui && emake xjed } src_install() { -- cgit v1.2.3