diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-14 15:53:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-14 15:53:25 +0000 |
commit | 2665f3c10004da7a9342743e80dfa29193dc45de (patch) | |
tree | 868eaf985176b7634c98d1af700ff44b034de12c /app-shells | |
parent | x86 stable, bug #394409 (diff) | |
download | gentoo-2-2665f3c10004da7a9342743e80dfa29193dc45de.tar.gz gentoo-2-2665f3c10004da7a9342743e80dfa29193dc45de.tar.bz2 gentoo-2-2665f3c10004da7a9342743e80dfa29193dc45de.zip |
x86 stable, bug #394409
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 18c0d531daed..1cf400c08d88 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.175 2011/12/18 22:33:12 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.176 2012/01/14 15:53:25 maekke Exp $ + + 14 Jan 2012; Markus Meier <maekke@gentoo.org> zsh-4.3.12.ebuild: + x86 stable, bug #394409 18 Dec 2011; Markus Meier <maekke@gentoo.org> zsh-4.3.12.ebuild: arm stable, bug #394409 diff --git a/app-shells/zsh/zsh-4.3.12.ebuild b/app-shells/zsh/zsh-4.3.12.ebuild index 59633594e0f8..3e1ec7dc7d55 100644 --- a/app-shells/zsh/zsh-4.3.12.ebuild +++ b/app-shells/zsh/zsh-4.3.12.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.12.ebuild,v 1.4 2011/12/18 22:33:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.12.ebuild,v 1.5 2012/01/14 15:53:25 maekke 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=" |