diff options
Diffstat (limited to 'app-shells/zsh/zsh-4.2.3.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/zsh/zsh-4.2.3.ebuild b/app-shells/zsh/zsh-4.2.3.ebuild index fc90f3f9c8cc..92b99be675d9 100644 --- a/app-shells/zsh/zsh-4.2.3.ebuild +++ b/app-shells/zsh/zsh-4.2.3.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.3.ebuild,v 1.1 2005/01/18 13:45:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.3.ebuild,v 1.2 2005/02/10 08:18:18 usata Exp $ inherit eutils @@ -12,8 +12,8 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64" -IUSE="maildir ncurses static doc pcre cap cjk" +KEYWORDS="x86 ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64" +IUSE="maildir ncurses static doc pcre cap" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) cap? ( sys-libs/libcap ) |