summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-09-22 15:50:23 +0000
committerChristoph Mende <angelos@gentoo.org>2007-09-22 15:50:23 +0000
commit8ccb53b9b9f335cde44f49e7d3586d26644e5837 (patch)
tree77d989c9c5acb89af8514ba41e2289316e590776 /dev-ruby/fastthread
parentStable on amd64 wrt bug #193205 (diff)
downloadgentoo-2-8ccb53b9b9f335cde44f49e7d3586d26644e5837.tar.gz
gentoo-2-8ccb53b9b9f335cde44f49e7d3586d26644e5837.tar.bz2
gentoo-2-8ccb53b9b9f335cde44f49e7d3586d26644e5837.zip
Stable on amd64 wrt bug #193039
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/fastthread')
-rw-r--r--dev-ruby/fastthread/ChangeLog5
-rw-r--r--dev-ruby/fastthread/fastthread-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/fastthread/ChangeLog b/dev-ruby/fastthread/ChangeLog
index 0f3750f72ddb..b80ffe4a1f7e 100644
--- a/dev-ruby/fastthread/ChangeLog
+++ b/dev-ruby/fastthread/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.17 2007/09/22 13:50:27 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.18 2007/09/22 15:50:23 angelos Exp $
+
+ 22 Sep 2007; Christoph Mende <angelos@gentoo.org> fastthread-1.0.ebuild:
+ Stable on amd64 wrt bug #193039
22 Sep 2007; Ferris McCormick <fmccor@gentoo.org> fastthread-1.0.ebuild:
Sparc stable --- Bug #193039 --- installs and test_all.rb passes all tests.
diff --git a/dev-ruby/fastthread/fastthread-1.0.ebuild b/dev-ruby/fastthread/fastthread-1.0.ebuild
index db915e668fdf..21035842cd24 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.4 2007/09/22 13:50:27 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.ebuild,v 1.5 2007/09/22 15:50:23 angelos 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=""