diff options
author | Jason Wever <weeve@gentoo.org> | 2006-10-31 04:14:55 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-10-31 04:14:55 +0000 |
commit | 755376a83dfecf530ec484c94e54f608c337409b (patch) | |
tree | 1b66b78b3c7765aaa593d7822201116e222156da /dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | |
parent | Added ~sparc keyword wrt bug #152265. (diff) | |
download | historical-755376a83dfecf530ec484c94e54f608c337409b.tar.gz historical-755376a83dfecf530ec484c94e54f608c337409b.tar.bz2 historical-755376a83dfecf530ec484c94e54f608c337409b.zip |
Added ~sparc keyword wrt bug #152265.
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 6771aea7e96b..aeb52a536b2d 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.11 2006/01/31 19:54:50 agriffis Exp $ +# $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 $ 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 x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86" IUSE="" |