diff options
author | 2009-12-15 18:51:59 +0000 | |
---|---|---|
committer | 2009-12-15 18:51:59 +0000 | |
commit | a79bf34b5181671a5e3d4fda4c13979ceb49ee68 (patch) | |
tree | 5b348895bb32d5624154e02c4cbb6c62b1aa7b9e /app-shells/bash-completion | |
parent | version bump (diff) | |
download | gentoo-2-a79bf34b5181671a5e3d4fda4c13979ceb49ee68.tar.gz gentoo-2-a79bf34b5181671a5e3d4fda4c13979ceb49ee68.tar.bz2 gentoo-2-a79bf34b5181671a5e3d4fda4c13979ceb49ee68.zip |
alpha/ia64/s390 stable wrt #295348
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-1.1-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index b95d594bb46c..d6eaeef50066 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.203 2009/12/11 20:00:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.204 2009/12/15 18:51:59 armin76 Exp $ + + 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> + bash-completion-1.1-r4.ebuild: + alpha/ia64/s390 stable wrt #295348 11 Dec 2009; Brent Baude <ranger@gentoo.org> bash-completion-1.1-r4.ebuild: diff --git a/app-shells/bash-completion/bash-completion-1.1-r4.ebuild b/app-shells/bash-completion/bash-completion-1.1-r4.ebuild index 34c0fc414aef..b0589aca279e 100644 --- a/app-shells/bash-completion/bash-completion-1.1-r4.ebuild +++ b/app-shells/bash-completion/bash-completion-1.1-r4.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/bash-completion/bash-completion-1.1-r4.ebuild,v 1.5 2009/12/11 20:00:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r4.ebuild,v 1.6 2009/12/15 18:51:59 armin76 Exp $ EAPI="2" inherit prefix @@ -11,7 +11,7 @@ SRC_URI="http://bash-completion.alioth.debian.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint" IUSE="" DEPEND="" |