summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2007-09-22 13:50:27 +0000
committerFerris McCormick <fmccor@gentoo.org>2007-09-22 13:50:27 +0000
commitdad24aa6ee0f631466d3a3741a47f7925788285c (patch)
tree3f1a6bf4d8318bd9d3b645fab4d2b24018d9b134 /dev-ruby
parentUpstream reverted pkgconfig patch, following wrt #193334. (diff)
downloadgentoo-2-dad24aa6ee0f631466d3a3741a47f7925788285c.tar.gz
gentoo-2-dad24aa6ee0f631466d3a3741a47f7925788285c.tar.bz2
gentoo-2-dad24aa6ee0f631466d3a3741a47f7925788285c.zip
Sparc stable --- Bug #193039 --- installs and test_all.rb passes all tests.
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby')
-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 92cdb31c5179..0f3750f72ddb 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.16 2007/09/22 13:31:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.17 2007/09/22 13:50:27 fmccor Exp $
+
+ 22 Sep 2007; Ferris McCormick <fmccor@gentoo.org> fastthread-1.0.ebuild:
+ Sparc stable --- Bug #193039 --- installs and test_all.rb passes all tests.
22 Sep 2007; nixnut <nixnut@gentoo.org> fastthread-1.0.ebuild:
Stable on ppc wrt bug 193039
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=""