diff options
author | 2004-11-06 15:43:02 +0000 | |
---|---|---|
committer | 2004-11-06 15:43:02 +0000 | |
commit | 6f65e4ccbbef9644924458138825704450f5e7d0 (patch) | |
tree | 346c04cf08a0a73abf65e2ec10ac715c9ecdc82b /app-shells/zsh/zsh-4.2.0-r1.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-6f65e4ccbbef9644924458138825704450f5e7d0.tar.gz historical-6f65e4ccbbef9644924458138825704450f5e7d0.tar.bz2 historical-6f65e4ccbbef9644924458138825704450f5e7d0.zip |
Fixed _init_d completion. Thanks to Andrew D. Keyser (aka Legoguy) <andrewdk@comcast.net>; bug #69997. Removed zsh completions.
Diffstat (limited to 'app-shells/zsh/zsh-4.2.0-r1.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.2.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-4.2.0-r1.ebuild b/app-shells/zsh/zsh-4.2.0-r1.ebuild index 87fd5fa08365..96dd53b4b1bc 100644 --- a/app-shells/zsh/zsh-4.2.0-r1.ebuild +++ b/app-shells/zsh/zsh-4.2.0-r1.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.0-r1.ebuild,v 1.7 2004/06/26 00:05:32 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.0-r1.ebuild,v 1.8 2004/11/06 15:43:02 usata Exp $ inherit eutils @@ -19,7 +19,8 @@ IUSE="maildir ncurses static doc pcre cap cjk" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) cap? ( sys-libs/libcap ) - ncurses? ( >=sys-libs/ncurses-5.1 )" + ncurses? ( >=sys-libs/ncurses-5.1 ) + !app-shells/zsh-completion" DEPEND="sys-apps/groff >=sys-apps/sed-4 ${RDEPEND}" |