From db0fa73c9b59d6074cfa7242d3e5e03a9bdc8a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 27 Jan 2016 00:29:48 +0100 Subject: [PATCH] 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 c3b07b67089e1..d08f6e28e8671 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"