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: Mon, 02 Apr 2018 14:03:53
Message-Id: 1522677821.ba901482378604d3d6addc4704a59d054d7b4bda.ulm@gentoo
1 commit: ba901482378604d3d6addc4704a59d054d7b4bda
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 13:59:44 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 14:03:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba901482
7
8 app-editors/jed: Update dependency on X headers.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-editors/jed/jed-0.99.19.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/jed/jed-0.99.19.ebuild b/app-editors/jed/jed-0.99.19.ebuild
16 index f58a30d246c..04e69c80056 100644
17 --- a/app-editors/jed/jed-0.99.19.ebuild
18 +++ b/app-editors/jed/jed-0.99.19.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -28,7 +28,7 @@ RDEPEND=">=sys-libs/slang-2
26 DEPEND="${RDEPEND}
27 X? (
28 x11-libs/libXt
29 - x11-proto/xproto
30 + x11-base/xorg-proto
31 )"
32
33 S=${WORKDIR}/${MY_P}