From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC6B71384AE for ; Sun, 20 Sep 2015 12:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40ED1E087A; Sun, 20 Sep 2015 12:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFA47E087A for ; Sun, 20 Sep 2015 12:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEC3F340894 for ; Sun, 20 Sep 2015 12:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E44C1FE for ; Sun, 20 Sep 2015 12:09:48 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1442750911.191e5d341f2f1d432e35116e59e31b8870919842.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/mg/mg-20110905-r1.ebuild app-editors/mg/mg-20150323.ebuild X-VCS-Directories: app-editors/mg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 191e5d341f2f1d432e35116e59e31b8870919842 X-VCS-Branch: master Date: Sun, 20 Sep 2015 12:09:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3d4515b4-553b-42c9-a393-f0b95d72387f X-Archives-Hash: 76daa64dba89ff80b4dbbb0092d4b1e0 commit: 191e5d341f2f1d432e35116e59e31b8870919842 Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 20 12:08:31 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 20 12:08:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e5d34 app-editors/mg: Depend on sys-libs/ncurses:0. Package-Manager: portage-2.2.20.1 app-editors/mg/mg-20110905-r1.ebuild | 4 ++-- 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 46d813d..946d97a 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 905b7ac..b41164d 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"