From: Hans de Graaff Date: Wed, 26 Feb 2020 06:22:41 +0000 (+0100) Subject: dev-ruby/json_schema: add missing test dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a56e860b7a912dee1f7345eb7090d61badb8800;p=gentoo.git dev-ruby/json_schema: add missing test dep Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff --- 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 }