diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-30 23:13:44 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-30 23:13:44 +0000 |
commit | 1462b9eeb1111cc12f2c9a998ac2c03d550287c2 (patch) | |
tree | 5ac7722cb702759745f672da42c0b64904680a99 /eclass | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-1462b9eeb1111cc12f2c9a998ac2c03d550287c2.tar.gz gentoo-2-1462b9eeb1111cc12f2c9a998ac2c03d550287c2.tar.bz2 gentoo-2-1462b9eeb1111cc12f2c9a998ac2c03d550287c2.zip |
Fix RDEPEND.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/bash-completion.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass index c02ed0a8dbbd..aa41209febea 100644 --- a/eclass/bash-completion.eclass +++ b/eclass/bash-completion.eclass @@ -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/eclass/bash-completion.eclass,v 1.2 2004/10/26 22:54:07 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.3 2004/10/30 23:13:44 ka0ttic Exp $ # # Simple eclass that provides an interface for installing # contributed (ie not included in bash-completion proper) @@ -14,8 +14,9 @@ ECLASS="bash-completion" INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE} bash-completion" -RDEPEND="${RDEPEND} - bash-completion? ( app-shells/bash-completion )" + +#RDEPEND="${RDEPEND} +# bash-completion? ( app-shells/bash-completion )" # dobashcompletion <file> <new file> # First arg, <file>, is required and is the location of the bash-completion |