summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/ruby-prof/ChangeLog7
-rw-r--r--dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/ruby-prof/ChangeLog b/dev-ruby/ruby-prof/ChangeLog
index 7d2ae8db801e..968a3c1b90a8 100644
--- a/dev-ruby/ruby-prof/ChangeLog
+++ b/dev-ruby/ruby-prof/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-prof
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.17 2010/01/01 09:16:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.18 2010/01/01 15:52:39 flameeyes Exp $
+
+ 01 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ ruby-prof-0.7.6.ebuild:
+ Enable ruby19 support as the tests now pass, there's only one minor
+ problem with threading in Ruby 1.9.
*ruby-prof-0.7.6 (01 Jan 2010)
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild
index cb85b965dd64..03c7ddb2e76a 100644
--- a/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild
+++ b/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild,v 1.1 2010/01/01 09:16:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.6.ebuild,v 1.2 2010/01/01 15:52:39 flameeyes Exp $
EAPI=2
-# ruby19 → not compatible as of 0.7.5 (upstream-provided information)
# jruby → not compatible, since it uses an extension
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_EXTRADOC="README CHANGES"
RUBY_FAKEGEM_DOCDIR="doc"