diff options
author | 2005-05-05 21:59:45 +0000 | |
---|---|---|
committer | 2005-05-05 21:59:45 +0000 | |
commit | 23bb57fe35732812e987efec2c3d598fcf1f9de3 (patch) | |
tree | 2abcddec79d8c4a00eac893e26160ee7fb356755 /app-shells/zsh | |
parent | Tested and set up for sparc, keyworded ~sparc (diff) | |
download | gentoo-2-23bb57fe35732812e987efec2c3d598fcf1f9de3.tar.gz gentoo-2-23bb57fe35732812e987efec2c3d598fcf1f9de3.tar.bz2 gentoo-2-23bb57fe35732812e987efec2c3d598fcf1f9de3.zip |
Stable on sparc
(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 2a695ef879c4..e1bc93b72aea 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.82 2005/05/05 15:12:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.83 2005/05/05 21:59:45 gustavoz Exp $ + + 05 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> zsh-4.2.5.ebuild: + Stable on sparc 05 May 2005; Mamoru KOMACHI <usata@gentoo.org> files/prompt_gentoo_setup, -zsh-4.2.3.ebuild, zsh-4.2.5.ebuild: diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild index 00807c3c54e1..98cfd98b780f 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.2 2005/05/05 15:12:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.3 2005/05/05 21:59:45 gustavoz 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 ) |