commit:     385741d8019124a4ced306e3e8e73b9be4265163
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 16:38:09 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 11:43:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385741d8

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 <AT> gentoo.org>

 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 b6609a50834..570f81253bb 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() {

Reply via email to