diff options
author | Brent Baude <ranger@gentoo.org> | 2010-09-30 01:36:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-09-30 01:36:17 +0000 |
commit | 96a603cb8b259c5d87beb91374f03945b781e3f0 (patch) | |
tree | a5f6326fd60a7892c9630d63a31fb3a35ac0da21 /dev-ruby/ruby-progressbar | |
parent | Update by Wolfram to let the init.d scripts be multiplexed #338876. (diff) | |
download | gentoo-2-96a603cb8b259c5d87beb91374f03945b781e3f0.tar.gz gentoo-2-96a603cb8b259c5d87beb91374f03945b781e3f0.tar.bz2 gentoo-2-96a603cb8b259c5d87beb91374f03945b781e3f0.zip |
Marking ruby-progressbar-0.0.9 ppc64 for bug 330729
(Portage version: 2.1.8.3/cvs/Linux ppc64)
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-0.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index ac57fda033ef..a7e2afbdc387 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.31 2010/08/29 18:26:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.32 2010/09/30 01:36:17 ranger Exp $ + + 30 Sep 2010; Brent Baude <ranger@gentoo.org> + ruby-progressbar-0.0.9.ebuild: + Marking ruby-progressbar-0.0.9 ppc64 for bug 330729 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> ruby-progressbar-0.0.9.ebuild, ruby-progressbar-0.9.ebuild: diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild index 9ecf8c3eb5bc..d1475a76f295 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.6 2010/08/29 18:26:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.7 2010/09/30 01:36:17 ranger Exp $ EAPI=2 @@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/nex3/ruby-progressbar" LICENSE="|| ( Ruby GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="test" |