diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-02 18:17:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-02 18:17:07 +0000 |
commit | 9a35ffe9c682855e94349516c9d6dd0fc59ca0d5 (patch) | |
tree | 07b58bc426f56ef0b25d7d929fe3cca7abe805a5 /dev-ruby/ruby-progressbar | |
parent | Stable for ppc64, wrt bug #508134 (diff) | |
download | gentoo-2-9a35ffe9c682855e94349516c9d6dd0fc59ca0d5.tar.gz gentoo-2-9a35ffe9c682855e94349516c9d6dd0fc59ca0d5.tar.bz2 gentoo-2-9a35ffe9c682855e94349516c9d6dd0fc59ca0d5.zip |
Stable for ppc64, wrt bug #503684
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index a08cd3d8e265..036e4d82ae83 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.63 2014/05/18 19:41:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.64 2014/08/02 18:17:07 ago Exp $ + + 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> ruby-progressbar-1.4.1.ebuild: + Stable for ppc64, wrt bug #503684 18 May 2014; Hans de Graaff <graaff@gentoo.org> ruby-progressbar-1.4.2.ebuild: diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild index 172ae790e02e..b2a910b38ed2 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.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/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild,v 1.6 2014/04/05 23:27:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild,v 1.7 2014/08/02 18:17:07 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd" IUSE="test" |