diff options
author | 2005-03-31 20:59:11 +0000 | |
---|---|---|
committer | 2005-03-31 20:59:11 +0000 | |
commit | ae169945753e7cb43933edb8e49da409a4c2e1cd (patch) | |
tree | 3cb60805e0f6bfc7bcd4cd2147081b6c52130bdf /app-shells/zsh | |
parent | backported some fixes from mdk (64-bit & lib64 fixes, fflush before re-read p... (diff) | |
download | gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.tar.gz gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.tar.bz2 gentoo-2-ae169945753e7cb43933edb8e49da409a4c2e1cd.zip |
stable amd64
(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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 6d38eef08489..159557a60972 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,10 +1,13 @@ # 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.78 2005/03/31 18:51:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.79 2005/03/31 20:56:43 blubb Exp $ 31 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> zsh-4.2.4.ebuild: Stable on alpha. + 31 Mar 2005; <blubb@gentoo.org> zsh-4.2.4.ebuild: + stable on amd64 + 28 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> zsh-4.2.4.ebuild: Stable on sparc diff --git a/app-shells/zsh/zsh-4.2.4.ebuild b/app-shells/zsh/zsh-4.2.4.ebuild index a80405702fe5..ec518f20301e 100644 --- a/app-shells/zsh/zsh-4.2.4.ebuild +++ b/app-shells/zsh/zsh-4.2.4.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.4.ebuild,v 1.7 2005/03/31 18:51:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.4.ebuild,v 1.8 2005/03/31 20:56:43 blubb 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 ) |