diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 13:27:32 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 13:27:32 +0000 |
commit | d442cd5954087f9c96f3cf5282442969999ea79e (patch) | |
tree | be5f119de75a77a6d1e01c64a1f5cddc55b6ba54 /app-shells | |
parent | ppc stable #278435 (diff) | |
download | gentoo-2-d442cd5954087f9c96f3cf5282442969999ea79e.tar.gz gentoo-2-d442cd5954087f9c96f3cf5282442969999ea79e.tar.bz2 gentoo-2-d442cd5954087f9c96f3cf5282442969999ea79e.zip |
ppc stable #278441
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index f3392e0a9914..f75c854850a7 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,9 @@ # 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.34 2009/07/23 14:47:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.35 2009/08/09 13:27:32 nixnut Exp $ + + 09 Aug 2009; nixnut <nixnut@gentoo.org> gentoo-bashcomp-20090613.ebuild: + ppc stable #278441 23 Jul 2009; Raúl Porcel <armin76@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 46d282a00886..2270901eddc8 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.6 2009/07/23 14:47:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.7 2009/08/09 13:27:32 nixnut 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" |