diff options
author | Jason Wever <weeve@gentoo.org> | 2006-12-04 04:08:31 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-12-04 04:08:31 +0000 |
commit | a5ddebda5df8f5ebcef34357cfd1a61a61462765 (patch) | |
tree | d7355f87c338ac8ecee5907f878b6db0908cb96f /dev-ruby | |
parent | Stable on SPARC wrt bug #156872 . (diff) | |
download | gentoo-2-a5ddebda5df8f5ebcef34357cfd1a61a61462765.tar.gz gentoo-2-a5ddebda5df8f5ebcef34357cfd1a61a61462765.tar.bz2 gentoo-2-a5ddebda5df8f5ebcef34357cfd1a61a61462765.zip |
Stable on SPARC wrt bug #156872 .
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'dev-ruby')
-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 9fd5c75964ca..631e5222b28b 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.13 2006/10/31 04:14:55 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.14 2006/12/04 04:08:31 weeve Exp $ + + 04 Dec 2006; Jason Wever <weeve@gentoo.org> ruby-progressbar-0.8.ebuild: + Stable on SPARC wrt bug #156872 . 31 Oct 2006; Jason Wever <weeve@gentoo.org> ruby-progressbar-0.8.ebuild: Added ~sparc keyword wrt bug #152265. diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index aeb52a536b2d..81c0bb52a365 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.12 2006/10/31 04:14:55 weeve Exp $ +# $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 $ 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 ia64 ppc ppc64 sparc x86" IUSE="" |