diff options
author | 2015-08-20 14:07:49 +0200 | |
---|---|---|
committer | 2015-08-20 14:22:59 +0200 | |
commit | b501927d566c60fc1a765a007669b185e549a13d (patch) | |
tree | b624b53692523bf1f65d713207a0e879bd04e7be /app-shells/zsh/zsh-5.0.5.ebuild | |
parent | net-analyzer/nload: Set correct subslot dependency for ncurses (diff) | |
download | gentoo-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.5.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-5.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.0.5.ebuild b/app-shells/zsh/zsh-5.0.5.ebuild index 58e851ad6b0e..11f9e87ba9d7 100644 --- a/app-shells/zsh/zsh-5.0.5.ebuild +++ b/app-shells/zsh/zsh-5.0.5.ebuild @@ -18,7 +18,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] ) ) |