diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-20 14:07:49 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-20 14:22:59 +0200 |
commit | b501927d566c60fc1a765a007669b185e549a13d (patch) | |
tree | b624b53692523bf1f65d713207a0e879bd04e7be /app-shells | |
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')
-rw-r--r-- | app-shells/zsh/metadata.xml | 10 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.5.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.7-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.7-r2.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.8.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/app-shells/zsh/metadata.xml b/app-shells/zsh/metadata.xml index d02793c9ff35..2b8832fd970d 100644 --- a/app-shells/zsh/metadata.xml +++ b/app-shells/zsh/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>radhermit@gentoo.org</email> - <name>Tim Harder</name> -</maintainer> -<longdescription> + <maintainer> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> + <longdescription> Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were 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] ) ) diff --git a/app-shells/zsh/zsh-5.0.7-r1.ebuild b/app-shells/zsh/zsh-5.0.7-r1.ebuild index 21fdb7879ee0..7897acdb1339 100644 --- a/app-shells/zsh/zsh-5.0.7-r1.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r1.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] ) ) diff --git a/app-shells/zsh/zsh-5.0.7-r2.ebuild b/app-shells/zsh/zsh-5.0.7-r2.ebuild index b6e7712d5ef6..fb5f7c397766 100644 --- a/app-shells/zsh/zsh-5.0.7-r2.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r2.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] ) ) 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] ) ) diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index d2cb1232d694..8e7b40e1a070 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.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] ) ) |