diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 13:25:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 13:25:58 +0000 |
commit | 28598c05170fed99080632ffcf9d3f92e48be067 (patch) | |
tree | a072f71f977f6fc3b82876c9b1503594633829e9 /dev-ruby | |
parent | Mark 0.7.1 ~ia64 (diff) | |
download | gentoo-2-28598c05170fed99080632ffcf9d3f92e48be067.tar.gz gentoo-2-28598c05170fed99080632ffcf9d3f92e48be067.tar.bz2 gentoo-2-28598c05170fed99080632ffcf9d3f92e48be067.zip |
Mark 0.8 ~ia64
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index be88189db789..3540dee18e22 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.10 2005/04/24 10:52:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.11 2005/10/03 13:25:58 agriffis Exp $ + + 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> + ruby-progressbar-0.8.ebuild: + Mark 0.8 ~ia64 24 Apr 2005; Simon Stelling <blubb@gentoo.org> ruby-progressbar-0.8.ebuild: diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 747f1935bc55..779b8190727a 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-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.9 2005/04/24 10:52:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.10 2005/10/03 13:25:58 agriffis 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="alpha amd64 ~ia64 ppc ppc64 x86" IUSE="" |