diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-14 06:56:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-14 06:56:09 +0000 |
commit | faabd9c7dfa9495255e2edafcec448de0cb677e1 (patch) | |
tree | 86e88a82538b87c2c843920f491f8d7d2f4008f5 /app-shells/zsh | |
parent | Stable for alpha, wrt bug #461082 (diff) | |
download | gentoo-2-faabd9c7dfa9495255e2edafcec448de0cb677e1.tar.gz gentoo-2-faabd9c7dfa9495255e2edafcec448de0cb677e1.tar.bz2 gentoo-2-faabd9c7dfa9495255e2edafcec448de0cb677e1.zip |
Stable for alpha, wrt bug #436348
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 2665fd24286d..0a06328589ec 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.206 2013/03/14 04:30:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.207 2013/03/14 06:56:09 ago Exp $ + + 14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> zsh-5.0.2.ebuild: + Stable for alpha, wrt bug #436348 14 Mar 2013; Jeroen Roovers <jer@gentoo.org> zsh-5.0.2.ebuild: Stable for HPPA (bug #436348). diff --git a/app-shells/zsh/zsh-5.0.2.ebuild b/app-shells/zsh/zsh-5.0.2.ebuild index 100cd1bd51b6..fa2f1de8d0d5 100644 --- a/app-shells/zsh/zsh-5.0.2.ebuild +++ b/app-shells/zsh/zsh-5.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2.ebuild,v 1.6 2013/03/14 04:30:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2.ebuild,v 1.7 2013/03/14 06:56:09 ago Exp $ EAPI=5 @@ -34,7 +34,7 @@ SRC_URI="${ZSH_URI} LICENSE="ZSH gdbm? ( GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 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" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 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" IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" |