commit: f795b53de958926ff068b9a60fd8d469156f0e74
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:34:17 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:47:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f795b53d
dev-ruby/timecop: add ruby30
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/timecop/timecop-0.9.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/timecop/timecop-0.9.3.ebuild
b/dev-ruby/timecop/timecop-0.9.3.ebuild
index 3b1561933da..b90d03bddd4 100644
--- a/dev-ruby/timecop/timecop-0.9.3.ebuild
+++ b/dev-ruby/timecop/timecop-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
RUBY_FAKEGEM_TASK_TEST="test"
@@ -27,7 +27,7 @@ ruby_add_bdepend "test? ( dev-ruby/mocha )"
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile
test/test_helper.rb || die
sed -i -e '/rubygems/ a\gem "test-unit"' \
- -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
+ -e '/minitest\/rg/ s:^:#:' -e '/pry/ s:^:#:'
test/test_helper.rb || die
# FIXME after activesupport gained ruby22 support
rm test/time_stack_item_test.rb || die
}