diff options
author | Tom Martin <slarti@gentoo.org> | 2004-10-16 14:25:16 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-10-16 14:25:16 +0000 |
commit | 9e0339bfca2d6e11dc9a11f788fee7ce6a108517 (patch) | |
tree | 5f883aabafd11d50ceb536c3cca52a20eda172d8 /app-shells/zsh | |
parent | tidying the ebuild (Manifest recommit) (diff) | |
download | gentoo-2-9e0339bfca2d6e11dc9a11f788fee7ce6a108517.tar.gz gentoo-2-9e0339bfca2d6e11dc9a11f788fee7ce6a108517.tar.bz2 gentoo-2-9e0339bfca2d6e11dc9a11f788fee7ce6a108517.zip |
Stable on amd64.
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 8a59e215163e..f3a1a9c79448 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.62 2004/10/13 22:30:30 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.63 2004/10/16 14:25:16 slarti Exp $ + + 16 Oct 2004; Tom Martin <slarti@gentoo.org> zsh-4.2.1.ebuild: + Stable on amd64. 14 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> zsh-4.2.1.ebuild: Added --with-tcsetpgrp; bug #67308. diff --git a/app-shells/zsh/zsh-4.2.1.ebuild b/app-shells/zsh/zsh-4.2.1.ebuild index 1749e99a747a..2eb9f9aeadbf 100644 --- a/app-shells/zsh/zsh-4.2.1.ebuild +++ b/app-shells/zsh/zsh-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1.ebuild,v 1.5 2004/10/13 22:30:30 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1.ebuild,v 1.6 2004/10/16 14:25:16 slarti Exp $ inherit eutils @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${MY_P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ~arm hppa ~amd64" +KEYWORDS="x86 ppc sparc alpha ~arm hppa amd64" IUSE="maildir ncurses static doc pcre cap cjk" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |