diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-09-20 14:08:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-09-20 14:08:31 +0200 |
commit | 191e5d341f2f1d432e35116e59e31b8870919842 (patch) | |
tree | 1a29ee886fc7277ff1f498aa958a1fa892168a16 /app-editors/mg | |
parent | app-editors/mg: Remove old. (diff) | |
download | gentoo-191e5d341f2f1d432e35116e59e31b8870919842.tar.gz gentoo-191e5d341f2f1d432e35116e59e31b8870919842.tar.bz2 gentoo-191e5d341f2f1d432e35116e59e31b8870919842.zip |
app-editors/mg: Depend on sys-libs/ncurses:0.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-editors/mg')
-rw-r--r-- | app-editors/mg/mg-20110905-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/mg/mg-20150323.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/mg/mg-20110905-r1.ebuild b/app-editors/mg/mg-20110905-r1.ebuild index 46d813d5ed40..946d97a7be1f 100644 --- a/app-editors/mg/mg-20110905-r1.ebuild +++ b/app-editors/mg/mg-20110905-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="livecd" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-editors/mg/mg-20150323.ebuild b/app-editors/mg/mg-20150323.ebuild index 905b7ac7b8d9..b41164d34f94 100644 --- a/app-editors/mg/mg-20150323.ebuild +++ b/app-editors/mg/mg-20150323.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="livecd" -RDEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses:0 !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )" DEPEND="${RDEPEND} virtual/pkgconfig" |