diff options
Diffstat (limited to 'app-shells/bash-completion/bash-completion-20020624.ebuild')
-rw-r--r-- | app-shells/bash-completion/bash-completion-20020624.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-20020624.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild index 4f1c367d3486..f4278f316794 100644 --- a/app-shells/bash-completion/bash-completion-20020624.ebuild +++ b/app-shells/bash-completion/bash-completion-20020624.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.2 2002/06/25 10:22:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.3 2002/06/28 23:43:54 bangert Exp $ S=${WORKDIR}/${P/-/_} @@ -9,7 +9,7 @@ DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild comman SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" LICENSE="GPL-2" -SLOT="" +SLOT="0" RDEPEND=">=sys-apps/bash-2.05a" |