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 12126f551fc4..8554e70d887f 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.1 2007/07/08 16:02:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.ebuild,v 1.2 2007/09/22 13:28:06 opfer 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="" |