diff options
author | Jason Wever <weeve@gentoo.org> | 2007-03-01 00:54:14 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2007-03-01 00:54:14 +0000 |
commit | 09de6573309149330e583aec8b9669f5863b3a69 (patch) | |
tree | f5bf063999e159c5bdf8ec66b4d78d8b3f24410e /app-shells/zsh | |
parent | Merged some fixes in 2.0.7. (diff) | |
download | gentoo-2-09de6573309149330e583aec8b9669f5863b3a69.tar.gz gentoo-2-09de6573309149330e583aec8b9669f5863b3a69.tar.bz2 gentoo-2-09de6573309149330e583aec8b9669f5863b3a69.zip |
Stable on SPARC wrt bug #168320.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 52ff1331d965..430729ec3db4 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.107 2007/02/28 15:10:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.108 2007/03/01 00:54:14 weeve Exp $ + + 01 Mar 2007; Jason Wever <weeve@gentoo.org> zsh-4.3.2-r2.ebuild: + Stable on SPARC wrt bug #168320. 28 Feb 2007; Simon Stelling <blubb@gentoo.org> zsh-4.3.2-r2.ebuild: stable on amd64; bug 168320 diff --git a/app-shells/zsh/zsh-4.3.2-r2.ebuild b/app-shells/zsh/zsh-4.3.2-r2.ebuild index b1abfc73692b..24644aa2b9e4 100644 --- a/app-shells/zsh/zsh-4.3.2-r2.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.8 2007/02/28 15:10:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.9 2007/03/01 00:54:14 weeve Exp $ inherit eutils multilib @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="maildir ncurses static doc examples pcre caps unicode" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |