diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-12-05 22:37:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-12-05 22:37:36 +0000 |
commit | f60f33bcd63a202208c7b21541c9a2aa246642df (patch) | |
tree | bcda0955427309a152317e213ac5484c129c1d2f /dev-ruby/ruby-progressbar | |
parent | Stable for HPPA (bug #156872). (diff) | |
download | gentoo-2-f60f33bcd63a202208c7b21541c9a2aa246642df.tar.gz gentoo-2-f60f33bcd63a202208c7b21541c9a2aa246642df.tar.bz2 gentoo-2-f60f33bcd63a202208c7b21541c9a2aa246642df.zip |
Stable for HPPA (bug #156872).
(Portage version: 2.1.1-r2)
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-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 631e5222b28b..000b2f0d69a9 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.14 2006/12/04 04:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.15 2006/12/05 22:37:36 jer Exp $ + + 05 Dec 2006; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-0.8.ebuild: + Stable for HPPA (bug #156872). 04 Dec 2006; Jason Wever <weeve@gentoo.org> ruby-progressbar-0.8.ebuild: Stable on SPARC wrt bug #156872 . diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 81c0bb52a365..6bdfeab22331 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.8.ebuild,v 1.13 2006/12/04 04:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.14 2006/12/05 22:37:36 jer Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="any" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" |