diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-14 19:55:23 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-06-14 19:55:23 +0000 |
commit | 4d76e0f34c25d96d3e8e8eb23003eadb0ac6d314 (patch) | |
tree | b703212c42a5b2bae7602469683e11ba243bb4b3 /app-shells/zsh | |
parent | Version bump. (diff) | |
download | gentoo-2-4d76e0f34c25d96d3e8e8eb23003eadb0ac6d314.tar.gz gentoo-2-4d76e0f34c25d96d3e8e8eb23003eadb0ac6d314.tar.bz2 gentoo-2-4d76e0f34c25d96d3e8e8eb23003eadb0ac6d314.zip |
Stable on alpha
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 8ecce3634dbc..9ec9aeacfd5b 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.86 2005/05/12 13:22:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.87 2005/06/14 19:51:54 ferdy Exp $ + + 14 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> zsh-4.2.5.ebuild: + Stable on alpha 12 May 2005; Tobias Scherbaum <dertobi123@gentoo.org> zsh-4.2.5.ebuild: Stable on ppc. diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild index 8f5269a58ef9..ec32897926c7 100644 --- a/app-shells/zsh/zsh-4.2.5.ebuild +++ b/app-shells/zsh/zsh-4.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.7 2005/05/25 03:39:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.8 2005/06/14 19:51:54 ferdy Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ppc ~ppc-macos sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc-macos sparc x86" IUSE="maildir ncurses static doc pcre cap" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |