diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-10 13:29:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-10 13:29:03 +0000 |
commit | 6b292c626d08aafe768c8b6d942308989fac1233 (patch) | |
tree | efa549fad964eb612ccbc62574fb402b0b13655c /app-shells | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-6b292c626d08aafe768c8b6d942308989fac1233.tar.gz gentoo-2-6b292c626d08aafe768c8b6d942308989fac1233.tar.bz2 gentoo-2-6b292c626d08aafe768c8b6d942308989fac1233.zip |
alpha/arm/ia64/s390/sparc/x86 stable wrt #256596
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 23b62b677cbe..a68ff9898a72 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.24 2009/04/10 04:09:28 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.25 2009/04/10 13:29:03 armin76 Exp $ + + 10 Apr 2009; Raúl Porcel <armin76@gentoo.org> + gentoo-bashcomp-20090222.ebuild: + alpha/arm/ia64/s390/sparc/x86 stable wrt #256596 10 Apr 2009; Olivier Crête <tester@gentoo.org> gentoo-bashcomp-20090222.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.ebuild index 901851d55258..6b53b71f626e 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.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-20090222.ebuild,v 1.2 2009/04/10 04:09:28 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090222.ebuild,v 1.3 2009/04/10 13:29:03 armin76 Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, 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" |