diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:26:44 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:26:44 +0000 |
commit | fcc452b91cf6458de1fb370d41b63a2ea029fbb1 (patch) | |
tree | 9dc82c42eb7196ccf96a4199c9c4b506ae95a331 /app-shells | |
parent | Stable on alpha, bug #332577, thanks to mattst88 for testing (diff) | |
download | gentoo-2-fcc452b91cf6458de1fb370d41b63a2ea029fbb1.tar.gz gentoo-2-fcc452b91cf6458de1fb370d41b63a2ea029fbb1.tar.bz2 gentoo-2-fcc452b91cf6458de1fb370d41b63a2ea029fbb1.zip |
Stable on alpha, bug #333511, thanks to mattst88 for testing
(Portage version: 2.1.9.7/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 5b89ee3ada2f..4fd7cfb1aaa6 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.221 2010/09/06 21:14:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.222 2010/09/19 13:26:44 klausman Exp $ + + 19 Sep 2010; Tobias Klausmann <klausman@gentoo.org> + bash-completion-1.2.ebuild: + Stable on alpha, bug #333511, thanks to mattst88 for testing 06 Sep 2010; Brent Baude <ranger@gentoo.org> bash-completion-1.2.ebuild: Marking bash-completion-1.2 ppc64 for bug 333511 diff --git a/app-shells/bash-completion/bash-completion-1.2.ebuild b/app-shells/bash-completion/bash-completion-1.2.ebuild index 9582fb3dc025..7ca354c43fff 100644 --- a/app-shells/bash-completion/bash-completion-1.2.ebuild +++ b/app-shells/bash-completion/bash-completion-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.ebuild,v 1.6 2010/09/06 21:14:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.2.ebuild,v 1.7 2010/09/19 13:26:44 klausman Exp $ EAPI=3 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 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" DEPEND="" |