commit:     eb18952203d719096815a165502660c3e0adc49d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:07:41 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 17:08:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb189522

dev-ruby/json: add missing test dependency

Fixes: https://bugs.gentoo.org/676890
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/json/json-2.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/json/json-2.2.0.ebuild b/dev-ruby/json/json-2.2.0.ebuild
index a1a7b347ee3..23dd9b0de55 100644
--- a/dev-ruby/json/json-2.2.0.ebuild
+++ b/dev-ruby/json/json-2.2.0.ebuild
@@ -25,7 +25,8 @@ DEPEND="${DEPEND}
        dev-util/ragel"
 
 ruby_add_bdepend "dev-ruby/rake
-       doc? ( dev-ruby/rdoc )"
+       doc? ( dev-ruby/rdoc )
+       test? ( dev-ruby/test-unit:2 )"
 
 all_ruby_prepare() {
        # Avoid building the extension twice!

Reply via email to