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/mg/
Date: Sun, 20 Sep 2015 12:09:51
Message-Id: 1442750911.191e5d341f2f1d432e35116e59e31b8870919842.ulm@gentoo
1 commit: 191e5d341f2f1d432e35116e59e31b8870919842
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 12:08:31 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 12:08:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e5d34
7
8 app-editors/mg: Depend on sys-libs/ncurses:0.
9
10 Package-Manager: portage-2.2.20.1
11
12 app-editors/mg/mg-20110905-r1.ebuild | 4 ++--
13 app-editors/mg/mg-20150323.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-editors/mg/mg-20110905-r1.ebuild b/app-editors/mg/mg-20110905-r1.ebuild
17 index 46d813d..946d97a 100644
18 --- a/app-editors/mg/mg-20110905-r1.ebuild
19 +++ b/app-editors/mg/mg-20110905-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -15,7 +15,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
28 IUSE="livecd"
29
30 -RDEPEND="sys-libs/ncurses"
31 +RDEPEND="sys-libs/ncurses:0"
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"
34
35
36 diff --git a/app-editors/mg/mg-20150323.ebuild b/app-editors/mg/mg-20150323.ebuild
37 index 905b7ac..b41164d 100644
38 --- a/app-editors/mg/mg-20150323.ebuild
39 +++ b/app-editors/mg/mg-20150323.ebuild
40 @@ -15,7 +15,7 @@ SLOT="0"
41 KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
42 IUSE="livecd"
43
44 -RDEPEND="sys-libs/ncurses
45 +RDEPEND="sys-libs/ncurses:0
46 !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )"
47 DEPEND="${RDEPEND}
48 virtual/pkgconfig"