diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 15:54:48 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 15:54:48 +0000 |
commit | ceaa8ce925731f525458770cf93a6d10c6f51449 (patch) | |
tree | d030f5b60d21e5b4a9b8aa03b6232a5eec03384a /app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild | |
parent | USE cdda is now global. (diff) | |
download | historical-ceaa8ce925731f525458770cf93a6d10c6f51449.tar.gz historical-ceaa8ce925731f525458770cf93a6d10c6f51449.tar.bz2 historical-ceaa8ce925731f525458770cf93a6d10c6f51449.zip |
stable x86, bug 278441
Package-Manager: portage-2.1.6.13/cvs/Linux i686
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" |