diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-31 17:33:54 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-31 17:33:54 +0000 |
commit | 652dca55436ef867764bbda2a31193e96fb71ebb (patch) | |
tree | 0fc51ced061d5e43a1a603d3836f94415aff2935 /app-shells | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-652dca55436ef867764bbda2a31193e96fb71ebb.tar.gz gentoo-2-652dca55436ef867764bbda2a31193e96fb71ebb.tar.bz2 gentoo-2-652dca55436ef867764bbda2a31193e96fb71ebb.zip |
ppc64 stable wrt #357941
(Portage version: 2.2.0_alpha27/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.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index f442453660db..57c7e4dd6452 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.231 2011/03/22 21:00:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.232 2011/03/31 17:33:54 xarthisius Exp $ + + 31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + bash-completion-1.3.ebuild: + ppc64 stable wrt #357941 22 Mar 2011; Brent Baude <ranger@gentoo.org> bash-completion-1.3.ebuild: stable ppc, bug 357941 diff --git a/app-shells/bash-completion/bash-completion-1.3.ebuild b/app-shells/bash-completion/bash-completion-1.3.ebuild index 95332ee07f73..68018187c68a 100644 --- a/app-shells/bash-completion/bash-completion-1.3.ebuild +++ b/app-shells/bash-completion/bash-completion-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.ebuild,v 1.5 2011/03/22 21:00:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3.ebuild,v 1.6 2011/03/31 17:33:54 xarthisius 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 ~x86-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 ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" DEPEND="" |