summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/json_schema/json_schema-0.20.8.ebuild')
-rw-r--r--dev-ruby/json_schema/json_schema-0.20.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/json_schema/json_schema-0.20.8.ebuild b/dev-ruby/json_schema/json_schema-0.20.8.ebuild
index 494c6484e434..e032670207a9 100644
--- a/dev-ruby/json_schema/json_schema-0.20.8.ebuild
+++ b/dev-ruby/json_schema/json_schema-0.20.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
@@ -21,6 +21,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )"
+
all_ruby_prepare() {
sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
}