diff options
Diffstat (limited to 'app-shells/bash-completion/bash-completion-20030911-r1.ebuild')
-rw-r--r-- | app-shells/bash-completion/bash-completion-20030911-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-20030911-r1.ebuild b/app-shells/bash-completion/bash-completion-20030911-r1.ebuild index e7161fb1b51e..bf925bbc7228 100644 --- a/app-shells/bash-completion/bash-completion-20030911-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20030911-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030911-r1.ebuild,v 1.1 2003/09/24 22:31:40 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030911-r1.ebuild,v 1.2 2003/11/14 11:41:12 seemant Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" -DEPEND="sys-apps/tar +DEPEND="app-arch/tar sys-apps/bzip2" RDEPEND=">=app-shells/bash-2.05a" |