diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-12 17:38:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-08-29 13:43:41 +0200 |
commit | 385741d8019124a4ced306e3e8e73b9be4265163 (patch) | |
tree | 8fc87c61cca251525d933d17c7b2ecd32fe1c501 /app-editors | |
parent | app-editors/emact: Migrate from X to gui USE flag. (diff) | |
download | gentoo-385741d8019124a4ced306e3e8e73b9be4265163.tar.gz gentoo-385741d8019124a4ced306e3e8e73b9be4265163.tar.bz2 gentoo-385741d8019124a4ced306e3e8e73b9be4265163.zip |
app-editors/jed: 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/jed/jed-0.99.19-r1.ebuild | 10 |
1 files 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() { |