diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-14 01:09:18 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-14 01:09:18 +0000 |
commit | 8063613da93828f143cf34f50b832c92327ea43c (patch) | |
tree | 990aa92bfced6279528f93f977294d6573cabe76 /dev-ruby | |
parent | Stable for HPPA (bug #281427). (diff) | |
download | gentoo-2-8063613da93828f143cf34f50b832c92327ea43c.tar.gz gentoo-2-8063613da93828f143cf34f50b832c92327ea43c.tar.bz2 gentoo-2-8063613da93828f143cf34f50b832c92327ea43c.zip |
Marking ruby-progressbar-0.9 ppc64 for bug 298236
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index ae5b8b8eb7bc..6ae3b518e7cd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.22 2010/01/11 18:11:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.23 2010/01/14 01:09:18 ranger Exp $ + + 14 Jan 2010; Brent Baude <ranger@gentoo.org> ruby-progressbar-0.9.ebuild: + Marking ruby-progressbar-0.9 ppc64 for bug 298236 11 Jan 2010; Raúl Porcel <armin76@gentoo.org> ruby-progressbar-0.9.ebuild: diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild index bcd7306cb8c8..a7aeb03b4641 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-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.9.ebuild,v 1.5 2010/01/11 18:11:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild,v 1.6 2010/01/14 01:09:18 ranger Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://0xcc.net/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="ruby18" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" |