diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-26 10:03:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-26 10:03:33 +0000 |
commit | 3eee72700e50947fc06b33c8a4ab1679bfcde66e (patch) | |
tree | e26d7f83632357c67ebd034d1dd0d869d3d4fd94 /app-shells/zsh | |
parent | Stable on amd64 wrt bug #333415 (diff) | |
download | gentoo-2-3eee72700e50947fc06b33c8a4ab1679bfcde66e.tar.gz gentoo-2-3eee72700e50947fc06b33c8a4ab1679bfcde66e.tar.bz2 gentoo-2-3eee72700e50947fc06b33c8a4ab1679bfcde66e.zip |
Stable on amd64 wrt bug #297117
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.10-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 71352a1bf31f..7857e6dc61bf 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.149 2010/08/15 12:21:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.150 2010/08/26 10:03:33 hwoarang Exp $ + + 26 Aug 2010; Markos Chandras <hwoarang@gentoo.org> zsh-4.3.10-r2.ebuild: + Stable on amd64 wrt bug #297117 *zsh-4.3.10-r2 (15 Aug 2010) diff --git a/app-shells/zsh/zsh-4.3.10-r2.ebuild b/app-shells/zsh/zsh-4.3.10-r2.ebuild index d2248a8c6f8b..5434b98d52d5 100644 --- a/app-shells/zsh/zsh-4.3.10-r2.ebuild +++ b/app-shells/zsh/zsh-4.3.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.10-r2.ebuild,v 1.1 2010/08/15 12:21:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.10-r2.ebuild,v 1.2 2010/08/26 10:03:33 hwoarang Exp $ EAPI=3 @@ -39,7 +39,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=">=sys-libs/ncurses-5.1 |