diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-20 04:58:37 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-20 04:58:37 +0000 |
commit | 0f3288de43f36ede57a68ff8e9d1d2e1fb414b8b (patch) | |
tree | b849ecb26ba175e352b3554db1accd993ab61bba /app-shells | |
parent | x86 stable wrt bug #333507 (diff) | |
download | gentoo-2-0f3288de43f36ede57a68ff8e9d1d2e1fb414b8b.tar.gz gentoo-2-0f3288de43f36ede57a68ff8e9d1d2e1fb414b8b.tar.bz2 gentoo-2-0f3288de43f36ede57a68ff8e9d1d2e1fb414b8b.zip |
x86 stable wrt bug #333511
(Portage version: 2.1.8.3/cvs/Linux i686)
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 a5afb3968ce0..48ce23fa339a 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.216 2010/07/02 15:07:31 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.217 2010/08/20 04:58:37 phajdan.jr Exp $ + + 20 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + bash-completion-1.2.ebuild: + x86 stable wrt bug #333511 *bash-completion-1.2 (02 Jul 2010) diff --git a/app-shells/bash-completion/bash-completion-1.2.ebuild b/app-shells/bash-completion/bash-completion-1.2.ebuild index 82159313f300..102a691ae685 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.1 2010/07/02 15:07:31 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.2.ebuild,v 1.2 2010/08/20 04:58:37 phajdan.jr 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="" |