diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-10-12 14:04:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-10-12 14:04:06 +0000 |
commit | 88c15683903535c60c2756789ab7c4fadeef782c (patch) | |
tree | 7733b787db5717563a731d48dd0a0b856bc2a2da /app-shells/zsh | |
parent | New patch revision, mainly fixes kde bugs (diff) | |
download | gentoo-2-88c15683903535c60c2756789ab7c4fadeef782c.tar.gz gentoo-2-88c15683903535c60c2756789ab7c4fadeef782c.tar.bz2 gentoo-2-88c15683903535c60c2756789ab7c4fadeef782c.zip |
Stable on sparc
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 2fad5eb71626..ce98b5fe8ccb 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.60 2004/10/11 12:24:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.61 2004/10/12 14:04:06 gustavoz Exp $ + + 12 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> zsh-4.2.1.ebuild: + Stable on sparc 11 Oct 2004; Guy Martin <gmsoft@gentoo.org> zsh-4.2.1.ebuild: Marked stable on hppa. diff --git a/app-shells/zsh/zsh-4.2.1.ebuild b/app-shells/zsh/zsh-4.2.1.ebuild index 956e0d586604..ec5ec89893f9 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.3 2004/10/11 12:24:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1.ebuild,v 1.4 2004/10/12 14:04:06 gustavoz 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 ) |