diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:24:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:24:00 +0000 |
commit | 4e03d32a07657998fb0a2b08ab7ef9cf4a6aa17a (patch) | |
tree | 720f9a967531078e37653b344fe277d989fa7fa5 /app-shells | |
parent | Stable for ppc64, wrt bug #461896 (diff) | |
download | gentoo-2-4e03d32a07657998fb0a2b08ab7ef9cf4a6aa17a.tar.gz gentoo-2-4e03d32a07657998fb0a2b08ab7ef9cf4a6aa17a.tar.bz2 gentoo-2-4e03d32a07657998fb0a2b08ab7ef9cf4a6aa17a.zip |
Stable for ppc64, wrt bug #479724
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index d0303e5a21e9..9eec422db710 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.61 2013/08/10 13:02:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.62 2013/08/10 13:24:00 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> + gentoo-bashcomp-20121024.ebuild: + Stable for ppc64, wrt bug #479724 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> gentoo-bashcomp-20121024.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild index fea8b8e516a9..9b198e6625e6 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.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/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild,v 1.5 2013/08/10 13:02:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild,v 1.6 2013/08/10 13:24:00 ago Exp $ EAPI=4 inherit eutils prefix @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" RDEPEND="app-shells/bash-completion" |