diff options
Diffstat (limited to 'dev-ruby/fastthread/fastthread-1.0.ebuild')
-rw-r--r-- | dev-ruby/fastthread/fastthread-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fastthread/fastthread-1.0.ebuild b/dev-ruby/fastthread/fastthread-1.0.ebuild index a70538cb4bbc..db915e668fdf 100644 --- a/dev-ruby/fastthread/fastthread-1.0.ebuild +++ b/dev-ruby/fastthread/fastthread-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.ebuild,v 1.3 2007/09/22 13:31:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.ebuild,v 1.4 2007/09/22 13:50:27 fmccor Exp $ inherit ruby gems @@ -12,5 +12,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" |