commit: a1f4589b8c9b2a4f5748a7025366a33449064baa
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 03:38:14 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 03:38:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f4589b
dev-ruby/rack-test: add ruby24
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/rack-test/rack-test-0.6.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rack-test/rack-test-0.6.3.ebuild
b/dev-ruby/rack-test/rack-test-0.6.3.ebuild
index a241f353f10..be105cc8850 100644
--- a/dev-ruby/rack-test/rack-test-0.6.3.ebuild
+++ b/dev-ruby/rack-test/rack-test-0.6.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
# no documentation is generable, it needs hanna, which is broken
RUBY_FAKEGEM_TASK_DOC=""
@@ -27,5 +27,5 @@ ruby_add_bdepend "
all_ruby_prepare() {
rm Gemfile* || die
- sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' spec/spec_helper.rb ||
die
+ sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' -e '1igem "rack",
"~>1.0"' spec/spec_helper.rb || die
}