From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- app-editors/jed/jed-0.99.19-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app-editors/jed/jed-0.99.19-r1.ebuild') 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