diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-02-26 07:22:41 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-02-26 07:22:41 +0100 |
commit | 8a56e860b7a912dee1f7345eb7090d61badb8800 (patch) | |
tree | 4b4f022e01df1ecfb63d55ccb4e1dcc4d13e021d /dev-ruby/json_schema | |
parent | dev-ruby/ecma-re-validator: add ruby27 (diff) | |
download | gentoo-8a56e860b7a912dee1f7345eb7090d61badb8800.tar.gz gentoo-8a56e860b7a912dee1f7345eb7090d61badb8800.tar.bz2 gentoo-8a56e860b7a912dee1f7345eb7090d61badb8800.zip |
dev-ruby/json_schema: add missing test dep
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/json_schema')
-rw-r--r-- | dev-ruby/json_schema/json_schema-0.20.8.ebuild | 6 |
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 } |