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 | 11df4a76fa05cfc1bb225023df51d0ac3667f537 (patch) | |
tree | 5585ebde7533298bcf2545b2e85725ff3ea81d7c /app-shells | |
parent | USE cdda is now global. (diff) | |
download | gentoo-2-11df4a76fa05cfc1bb225023df51d0ac3667f537.tar.gz gentoo-2-11df4a76fa05cfc1bb225023df51d0ac3667f537.tar.bz2 gentoo-2-11df4a76fa05cfc1bb225023df51d0ac3667f537.zip |
stable x86, bug 278441
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index e4a96f94f1cd..f5213bb327a1 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.32 2009/07/22 15:40:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.33 2009/07/22 15:54:48 fauli Exp $ + + 22 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + gentoo-bashcomp-20090613.ebuild: + stable x86, bug 278441 22 Jul 2009; Tiago Cunha <tcunha@gentoo.org> gentoo-bashcomp-20090613.ebuild: 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" |