diff options
Diffstat (limited to 'app-shells/bash-completion/bash-completion-20081219-r1.ebuild')
-rw-r--r-- | app-shells/bash-completion/bash-completion-20081219-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-20081219-r1.ebuild b/app-shells/bash-completion/bash-completion-20081219-r1.ebuild index f402b542dc40..4d69933c26c5 100644 --- a/app-shells/bash-completion/bash-completion-20081219-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20081219-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20081219-r1.ebuild,v 1.9 2009/03/18 08:05:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20081219-r1.ebuild,v 1.10 2009/04/09 05:27:58 darkside Exp $ EAPI="2" @@ -19,7 +19,8 @@ RDEPEND="app-admin/eselect || ( >=app-shells/bash-2.05a app-shells/zsh - )" + ) + sys-apps/miscfiles" PDEPEND="app-shells/gentoo-bashcomp" S=${WORKDIR}/${PN} |