Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jed/
Date: Sat, 29 Aug 2020 11:44:56
Message-Id: 1598701421.385741d8019124a4ced306e3e8e73b9be4265163.ulm@gentoo
1 commit: 385741d8019124a4ced306e3e8e73b9be4265163
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 16:38:09 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 11:43:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385741d8
7
8 app-editors/jed: Migrate from X to gui USE flag.
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/jed/jed-0.99.19-r1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-editors/jed/jed-0.99.19-r1.ebuild b/app-editors/jed/jed-0.99.19-r1.ebuild
17 index b6609a50834..570f81253bb 100644
18 --- a/app-editors/jed/jed-0.99.19-r1.ebuild
19 +++ b/app-editors/jed/jed-0.99.19-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,11 +11,11 @@ SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2"
27 LICENSE="GPL-2+"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
30 -IUSE="X gpm xft"
31 +IUSE="gpm gui xft"
32
33 RDEPEND=">=sys-libs/slang-2
34 gpm? ( sys-libs/gpm )
35 - X? (
36 + gui? (
37 x11-libs/libX11
38 xft? (
39 >=media-libs/freetype-2
40 @@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/slang-2
41 )
42 )"
43 DEPEND="${RDEPEND}
44 - X? (
45 + gui? (
46 x11-libs/libXt
47 x11-base/xorg-proto
48 )"
49 @@ -46,7 +46,7 @@ src_configure() {
50
51 src_compile() {
52 emake
53 - use X && emake xjed
54 + use gui && emake xjed
55 }
56
57 src_install() {