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/uemacs-pk/
Date: Tue, 26 Jan 2016 23:30:41
Message-Id: 1453850988.db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c.ulm@gentoo
1 commit: db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 23:29:48 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 23:29:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0fa73c
7
8 app-editors/uemacs-pk: Depend on sys-libs/ncurses:0.
9
10 Package-Manager: portage-2.2.27
11
12 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
16 index c3b07b6..d08f6e2 100644
17 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
18 +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -16,7 +16,7 @@ LICENSE="free-noncomm"
26 SLOT="0"
27 KEYWORDS="amd64 x86 ~x86-fbsd"
28
29 -RDEPEND="sys-libs/ncurses"
30 +RDEPEND="sys-libs/ncurses:0"
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"