summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-20 14:07:49 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-20 14:22:59 +0200
commitb501927d566c60fc1a765a007669b185e549a13d (patch)
treeb624b53692523bf1f65d713207a0e879bd04e7be /app-shells/zsh/zsh-5.0.8.ebuild
parentnet-analyzer/nload: Set correct subslot dependency for ncurses (diff)
downloadgentoo-b501927d566c60fc1a765a007669b185e549a13d.tar.gz
gentoo-b501927d566c60fc1a765a007669b185e549a13d.tar.bz2
gentoo-b501927d566c60fc1a765a007669b185e549a13d.zip
app-shells/zsh: Set correct subslot dependency for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-shells/zsh/zsh-5.0.8.ebuild')
-rw-r--r--app-shells/zsh/zsh-5.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.0.8.ebuild b/app-shells/zsh/zsh-5.0.8.ebuild
index d2cb1232d694..8e7b40e1a070 100644
--- a/app-shells/zsh/zsh-5.0.8.ebuild
+++ b/app-shells/zsh/zsh-5.0.8.ebuild
@@ -24,7 +24,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode"
RDEPEND="
>=sys-libs/ncurses-5.1
- static? ( >=sys-libs/ncurses-5.7-r4[static-libs] )
+ static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] )
caps? ( sys-libs/libcap )
pcre? ( >=dev-libs/libpcre-3.9
static? ( >=dev-libs/libpcre-3.9[static-libs] ) )