diff options
Diffstat (limited to 'app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild')
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index 4e267e56ef28..30407e913f56 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.13 2008/05/04 12:20:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.14 2009/04/10 03:53:47 tester Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" -RDEPEND=">=app-shells/bash-completion-20050121-r3" +RDEPEND="app-shells/bash-completion" src_install() { make DESTDIR="${D}" install || die "make install failed" |