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 F072B58973 for ; Tue, 26 Jan 2016 23:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8192E08B1; Tue, 26 Jan 2016 23:30:37 +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 737AEE08B1 for ; Tue, 26 Jan 2016 23:30:37 +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 9163D33FA71 for ; Tue, 26 Jan 2016 23:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F92F1067 for ; Tue, 26 Jan 2016 23:30:33 +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: <1453850988.db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/uemacs-pk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild X-VCS-Directories: app-editors/uemacs-pk/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c X-VCS-Branch: master Date: Tue, 26 Jan 2016 23:30:33 +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: 4db76097-0885-4093-aab1-35bdb37dff65 X-Archives-Hash: 873662b30f26ef8f8f79c8a2a25188de commit: db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 26 23:29:48 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 26 23:29:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0fa73c app-editors/uemacs-pk: Depend on sys-libs/ncurses:0. Package-Manager: portage-2.2.27 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index c3b07b6..d08f6e2 100644 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0" DEPEND="${RDEPEND} virtual/pkgconfig"