diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 13:19:15 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 13:44:10 +0100 |
commit | 51b50e46e53cf03281491b859d5a487b3c7af209 (patch) | |
tree | ee83146babad2f3931156c8d8135ad996db2e25a /app-shells/zsh/zsh-5.2.ebuild | |
parent | net-misc/hylafaxplus: Make repoman more happy (diff) | |
download | gentoo-51b50e46e53cf03281491b859d5a487b3c7af209.tar.gz gentoo-51b50e46e53cf03281491b859d5a487b3c7af209.tar.bz2 gentoo-51b50e46e53cf03281491b859d5a487b3c7af209.zip |
app-shells/zsh: Added sub-slot dependency for sys-libs/ncurses.
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-shells/zsh/zsh-5.2.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-5.2.ebuild b/app-shells/zsh/zsh-5.2.ebuild index 3a89b6f3633d..74c57f737cd8 100644 --- a/app-shells/zsh/zsh-5.2.ebuild +++ b/app-shells/zsh/zsh-5.2.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$ @@ -23,7 +23,7 @@ SLOT="0" IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" - >=sys-libs/ncurses-5.1:0 + >=sys-libs/ncurses-5.1:0= static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( |