diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-01-27 07:21:06 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-01-27 07:21:06 +0000 |
commit | c82789afadf6d798fee30a3bba58c79061e7d90f (patch) | |
tree | 2a8adef25781bf088c62524a1f303b9876479930 /dev-ruby/ruby-progressbar | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-c82789afadf6d798fee30a3bba58c79061e7d90f.tar.gz gentoo-2-c82789afadf6d798fee30a3bba58c79061e7d90f.tar.bz2 gentoo-2-c82789afadf6d798fee30a3bba58c79061e7d90f.zip |
Stable on ppc64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 05e1490756d9..824c5c3f943c 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.8 2004/12/20 12:15:46 nigoro Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.9 2005/01/27 07:21:06 nigoro Exp $ + + 27 Jan 2005; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: + Stable on ppc64 20 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: added ~ppc64 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 8881c604015c..108ea24270a7 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.7 2004/12/20 12:15:46 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.8 2005/01/27 07:21:06 nigoro 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="x86 alpha ppc ~amd64 ~ppc64" +KEYWORDS="x86 alpha ppc ~amd64 ppc64" IUSE="" |