diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-11 18:11:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-11 18:11:42 +0000 |
commit | 8524255ec41f265def030988279107cbe6278504 (patch) | |
tree | 2b8ad0be6af578bfa27a2a2d8447690f728a8b2d /dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild | |
parent | Fix parallel make issue #253584. Patch by Nico Roeser. (diff) | |
download | gentoo-2-8524255ec41f265def030988279107cbe6278504.tar.gz gentoo-2-8524255ec41f265def030988279107cbe6278504.tar.bz2 gentoo-2-8524255ec41f265def030988279107cbe6278504.zip |
alpha/ia64/sparc stable wrt #298236
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild index 0c1dcf12a07e..bcd7306cb8c8 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.9.ebuild,v 1.4 2010/01/10 20:56:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild,v 1.5 2010/01/11 18:11:42 armin76 Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://0xcc.net/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="ruby18" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" |