summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-09-16 23:07:27 -0400
committerTim Harder <radhermit@gentoo.org>2015-09-16 23:07:27 -0400
commita2fbda62fe57469fd96a3620fa4c97aa92b7622a (patch)
treec3be58d98854df91f52dc3b04b3a74296bafd065 /app-shells/zsh/zsh-9999.ebuild
parentapp-text/yodl: update HOMEPAGE (diff)
downloadgentoo-a2fbda62fe57469fd96a3620fa4c97aa92b7622a.tar.gz
gentoo-a2fbda62fe57469fd96a3620fa4c97aa92b7622a.tar.bz2
gentoo-a2fbda62fe57469fd96a3620fa4c97aa92b7622a.zip
app-shells/zsh: version bump to 5.1.1
Diffstat (limited to 'app-shells/zsh/zsh-9999.ebuild')
-rw-r--r--app-shells/zsh/zsh-9999.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
index 90f8bbe85f96..695369ab8bfc 100644
--- a/app-shells/zsh/zsh-9999.ebuild
+++ b/app-shells/zsh/zsh-9999.ebuild
@@ -11,8 +11,8 @@ if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2
- doc? ( http://www.zsh.org/pub/${P}-doc.tar.bz2 )"
+ SRC_URI="http://www.zsh.org/pub/${P}.tar.xz
+ doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
fi
DESCRIPTION="UNIX Shell similar to the Korn shell"
@@ -23,11 +23,13 @@ SLOT="0"
IUSE="caps debug doc examples gdbm maildir pcre static unicode"
RDEPEND="
- >=sys-libs/ncurses-5.1
+ >=sys-libs/ncurses-5.1:0
static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] )
caps? ( sys-libs/libcap )
- pcre? ( >=dev-libs/libpcre-3.9
- static? ( >=dev-libs/libpcre-3.9[static-libs] ) )
+ pcre? (
+ >=dev-libs/libpcre-3.9
+ static? ( >=dev-libs/libpcre-3.9[static-libs] )
+ )
gdbm? ( sys-libs/gdbm )
"
DEPEND="sys-apps/groff