diff options
Diffstat (limited to 'app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild')
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild index 81367de17355..cb4fb666750d 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.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/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.4 2009/07/22 15:40:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.5 2009/07/22 15:54:48 fauli Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, repoman, layman, etc)" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND="app-shells/bash-completion" |