diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-02-09 22:37:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-02-09 22:37:09 +0100 |
commit | f5a113fe2628f47caa89501710803459386a4ea0 (patch) | |
tree | 41729739a7a46206061929fd09f4ceaed5d4dc9b /app-editors/zile | |
parent | app-editors/teco: Add proper slot dependency on ncurses. (diff) | |
download | gentoo-f5a113fe2628f47caa89501710803459386a4ea0.tar.gz gentoo-f5a113fe2628f47caa89501710803459386a4ea0.tar.bz2 gentoo-f5a113fe2628f47caa89501710803459386a4ea0.zip |
app-editors/zile: Add proper slot dependency on ncurses.
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/zile-2.4.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/zile/zile-2.4.11.ebuild b/app-editors/zile/zile-2.4.11.ebuild index 197233485666..4bbaf50675f0 100644 --- a/app-editors/zile/zile-2.4.11.ebuild +++ b/app-editors/zile/zile-2.4.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86 IUSE="acl test" RDEPEND=">=dev-libs/boehm-gc-7.2 - sys-libs/ncurses + sys-libs/ncurses:0 acl? ( virtual/acl )" DEPEND="${RDEPEND} |