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/jasspa-microemacs/
Date: Mon, 02 Apr 2018 14:03:53
Message-Id: 1522677820.3f34086e4fd6309d430daf485c11fac0da680ccd.ulm@gentoo
1 commit: 3f34086e4fd6309d430daf485c11fac0da680ccd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 13:53:18 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 14:03:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f34086e
7
8 app-editors/jasspa-microemacs: Update dependency on X headers.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
16 index 55e0722235c..eb138ec6f5b 100644
17 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
18 +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 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 @@ -27,7 +27,7 @@ RDEPEND="sys-libs/ncurses
26 DEPEND="${RDEPEND}
27 virtual/pkgconfig
28 X? ( x11-libs/libXt
29 - x11-proto/xproto )"
30 + x11-base/xorg-proto )"
31
32 S="${WORKDIR}/me${PV:2}/src"