summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-04-21 19:07:41 +0200
committerHans de Graaff <graaff@gentoo.org>2019-04-21 19:08:23 +0200
commiteb18952203d719096815a165502660c3e0adc49d (patch)
treea97ebd56eef1e370522fa8eb7714817786856c8e /dev-ruby
parentapp-admin/metalog: stable 20181125 for hppa, bug #682842 (diff)
downloadgentoo-eb18952203d719096815a165502660c3e0adc49d.tar.gz
gentoo-eb18952203d719096815a165502660c3e0adc49d.tar.bz2
gentoo-eb18952203d719096815a165502660c3e0adc49d.zip
dev-ruby/json: add missing test dependency
Fixes: https://bugs.gentoo.org/676890 Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/json/json-2.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/json/json-2.2.0.ebuild b/dev-ruby/json/json-2.2.0.ebuild
index a1a7b347ee36..23dd9b0de55c 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!