diff options
author | 2015-07-23 19:44:13 +0000 | |
---|---|---|
committer | 2015-07-23 19:44:13 +0000 | |
commit | 4a764e3d3f6b27af25e230c6b6ffd6122d139c6a (patch) | |
tree | f728fdf90cf3a6df9c7a34aa4f23f76b84bf2ae1 /app-shells | |
parent | ppc stable wrt bug #529460 (diff) | |
download | gentoo-2-4a764e3d3f6b27af25e230c6b6ffd6122d139c6a.tar.gz gentoo-2-4a764e3d3f6b27af25e230c6b6ffd6122d139c6a.tar.bz2 gentoo-2-4a764e3d3f6b27af25e230c6b6ffd6122d139c6a.zip |
ppc stable wrt bug #530236
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index ff692963a4f7..bb5b29ba66ac 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.288 2015/07/20 05:31:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.289 2015/07/23 19:44:13 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> + bash-completion-2.1_p20141224.ebuild: + ppc stable wrt bug #530236 20 Jul 2015; Jeroen Roovers <jer@gentoo.org> bash-completion-2.1_p20141224.ebuild: diff --git a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild b/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild index 59143092099e..16c95922c13c 100644 --- a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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_p20141224.ebuild,v 1.8 2015/07/20 05:31:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v 1.9 2015/07/23 19:44:13 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz 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-shells/bash-4.3_p30-r1 |