diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-05 12:09:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-05 12:09:45 +0000 |
commit | cf7a6ad71d43e0d45767d364bf9df0396ac4cf1b (patch) | |
tree | cc4c72b9cf730995be0e01418bfe731d0a5a553c /app-shells | |
parent | Stable for x86, wrt bug #468292 (diff) | |
download | gentoo-2-cf7a6ad71d43e0d45767d364bf9df0396ac4cf1b.tar.gz gentoo-2-cf7a6ad71d43e0d45767d364bf9df0396ac4cf1b.tar.bz2 gentoo-2-cf7a6ad71d43e0d45767d364bf9df0396ac4cf1b.zip |
Stable for x86, wrt bug #468554
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-1.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 1f295aca4032..e862932ad820 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.237 2013/05/05 12:08:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.238 2013/05/05 12:09:45 ago Exp $ + + 05 May 2013; Agostino Sarubbo <ago@gentoo.org> bash-completion-1.3-r2.ebuild: + Stable for x86, wrt bug #468554 05 May 2013; Agostino Sarubbo <ago@gentoo.org> bash-completion-1.3-r2.ebuild: Stable for amd64, wrt bug #468554 diff --git a/app-shells/bash-completion/bash-completion-1.3-r2.ebuild b/app-shells/bash-completion/bash-completion-1.3-r2.ebuild index 6aee493a7e8b..55d7fd84a822 100644 --- a/app-shells/bash-completion/bash-completion-1.3-r2.ebuild +++ b/app-shells/bash-completion/bash-completion-1.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3-r2.ebuild,v 1.2 2013/05/05 12:08:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild,v 1.3 2013/05/05 12:09:45 ago 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" DEPEND="" |