diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-10 09:31:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-10 09:31:23 +0000 |
commit | 6ab7acf7fdd90b65ac78e0d6f480eae43ce4d01c (patch) | |
tree | 4cde27f771ba34985f4761a9892c424e1911640c | |
parent | Stable for HPPA (bug #522434). (diff) | |
download | gentoo-2-6ab7acf7fdd90b65ac78e0d6f480eae43ce4d01c.tar.gz gentoo-2-6ab7acf7fdd90b65ac78e0d6f480eae43ce4d01c.tar.bz2 gentoo-2-6ab7acf7fdd90b65ac78e0d6f480eae43ce4d01c.zip |
Stable for HPPA (bug #517718).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1-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 bc60a65d1576..126159e1a011 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.265 2014/09/06 07:45:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.266 2014/09/10 09:31:23 jer Exp $ + + 10 Sep 2014; Jeroen Roovers <jer@gentoo.org> bash-completion-2.1-r2.ebuild: + Stable for HPPA (bug #517718). 06 Sep 2014; Michał Górny <mgorny@gentoo.org> bash-completion-2.1-r2.ebuild: Install helpers needed for completions as well, bug #520032. diff --git a/app-shells/bash-completion/bash-completion-2.1-r2.ebuild b/app-shells/bash-completion/bash-completion-2.1-r2.ebuild index 593706898cb5..406b47691629 100644 --- a/app-shells/bash-completion/bash-completion-2.1-r2.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.2 2014/09/06 07:45:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.3 2014/09/10 09:31:23 jer Exp $ EAPI=5 inherit bash-completion-r1 prefix toolchain-funcs @@ -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 ~arm64 ~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 ~arm64 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="" RDEPEND="|| ( app-admin/eselect-bashcomp <app-admin/eselect-1.3.7 ) |