diff options
Diffstat (limited to 'app-shells/zsh/zsh-4.0.9-r3.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.0.9-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/zsh/zsh-4.0.9-r3.ebuild b/app-shells/zsh/zsh-4.0.9-r3.ebuild index 539e9524ff38..cad67333ddfd 100644 --- a/app-shells/zsh/zsh-4.0.9-r3.ebuild +++ b/app-shells/zsh/zsh-4.0.9-r3.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.0.9-r3.ebuild,v 1.5 2004/06/24 22:26:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.9-r3.ebuild,v 1.6 2004/06/29 04:00:30 vapier Exp $ inherit flag-o-matic eutils @@ -13,12 +13,12 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="x86 alpha ppc ~sparc" +KEYWORDS="x86 ppc ~sparc alpha" IUSE="maildir ncurses static doc cjk" RDEPEND="ncurses? ( >=sys-libs/ncurses-5.1 )" DEPEND="${RDEPEND} - virtual/glibc + virtual/libc sys-apps/groff" src_unpack() { |