diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-11 07:49:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-11 07:49:27 +0000 |
commit | 6c06c2d54450da22cfaf395b9378b94c053b2b1a (patch) | |
tree | 911f260cfd9e1d0fe43fd3d1bee7f72fc3c20258 /dev-ruby/ruby-progressbar | |
parent | keyword ~ppc ~ppc64, bug #437582 (diff) | |
download | gentoo-2-6c06c2d54450da22cfaf395b9378b94c053b2b1a.tar.gz gentoo-2-6c06c2d54450da22cfaf395b9378b94c053b2b1a.tar.bz2 gentoo-2-6c06c2d54450da22cfaf395b9378b94c053b2b1a.zip |
keyword ~ppc ~ppc64, bug #437582
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 00e58b90c9a4..6a672ca77e16 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.46 2012/10/08 21:40:12 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.47 2012/10/11 07:49:27 blueness Exp $ + + 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + ruby-progressbar-1.0.2.ebuild: + keyword ~ppc ~ppc64, bug #437582 08 Oct 2012; <naota@gentoo.org> ruby-progressbar-1.0.2.ebuild: Add ~x86-fbsd wrt bug #437582 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild index 4c1f2a24843b..a51d96adc703 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.0.2.ebuild,v 1.2 2012/10/08 21:40:12 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.0.2.ebuild,v 1.3 2012/10/11 07:49:27 blueness Exp $ EAPI=4 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" LICENSE="|| ( Ruby GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86-fbsd" IUSE="test" |