diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2012-02-08 08:49:26 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2012-02-08 08:49:26 +0000 |
commit | e1aee67ba58f974947d5b4ec593c7b1b9e390150 (patch) | |
tree | ee968d479e79f88745c5d8062051820a0acb20b3 /app-shells | |
parent | Version bump. (diff) | |
download | gentoo-2-e1aee67ba58f974947d5b4ec593c7b1b9e390150.tar.gz gentoo-2-e1aee67ba58f974947d5b4ec593c7b1b9e390150.tar.bz2 gentoo-2-e1aee67ba58f974947d5b4ec593c7b1b9e390150.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Aaron "B-Man" Bauman in bug #401931.
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.15.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index b1473c28edbc..b851d5f99bba 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/zsh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.179 2012/02/07 20:36:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.180 2012/02/08 08:49:26 chainsaw Exp $ + + 08 Feb 2012; Tony Vroon <chainsaw@gentoo.org> zsh-4.3.15.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani & Aaron "B-Man" Bauman in bug #401931. 07 Feb 2012; Tim Harder <radhermit@gentoo.org> -zsh-4.3.10-r2.ebuild, -zsh-4.3.11.ebuild, -zsh-4.3.13.ebuild, -zsh-4.3.14.ebuild, diff --git a/app-shells/zsh/zsh-4.3.15.ebuild b/app-shells/zsh/zsh-4.3.15.ebuild index 2ae6bb80b0f2..908ead8447d4 100644 --- a/app-shells/zsh/zsh-4.3.15.ebuild +++ b/app-shells/zsh/zsh-4.3.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.15.ebuild,v 1.1 2011/12/18 07:09:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.15.ebuild,v 1.2 2012/02/08 08:49:26 chainsaw Exp $ EAPI=4 @@ -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 ~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 ~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=" |