diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-05 17:22:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-05 17:22:35 +0000 |
commit | 90f0e44446757f6ac2970d187343f19ca23bfb08 (patch) | |
tree | 96068d2b1b91589668fc17dd85b78216b6f577d8 /app-shells | |
parent | Stable on ppc wrt bug 204405 (diff) | |
download | gentoo-2-90f0e44446757f6ac2970d187343f19ca23bfb08.tar.gz gentoo-2-90f0e44446757f6ac2970d187343f19ca23bfb08.tar.bz2 gentoo-2-90f0e44446757f6ac2970d187343f19ca23bfb08.zip |
alpha/ia64 stable wrt #204259
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index c5c61185314d..9951723d9935 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.127 2008/01/05 14:14:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.128 2008/01/05 17:22:35 armin76 Exp $ + + 05 Jan 2008; Raúl Porcel <armin76@gentoo.org> zsh-4.3.4-r1.ebuild: + alpha/ia64 stable wrt #204259 05 Jan 2008; Markus Ullmann <jokey@gentoo.org> zsh-4.3.4-r1.ebuild: Stable on SPARC diff --git a/app-shells/zsh/zsh-4.3.4-r1.ebuild b/app-shells/zsh/zsh-4.3.4-r1.ebuild index 4d130401b2bc..57748f7df983 100644 --- a/app-shells/zsh/zsh-4.3.4-r1.ebuild +++ b/app-shells/zsh/zsh-4.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.6 2008/01/05 14:14:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.7 2008/01/05 17:22:35 armin76 Exp $ inherit eutils multilib autotools @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="maildir static doc examples pcre caps unicode" RDEPEND=">=sys-libs/ncurses-5.1 |