From 23113cb79008ebf5045db8aa3b49f0e67f53a081 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 28 Apr 2019 11:42:01 +0200 Subject: [PATCH] dev-ruby/rb-inotify: add missing test dep on concurrent-ruby Fixes: https://bugs.gentoo.org/684226 Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild index b210ddcbfc3f..aca75df56eb8 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild @@ -22,6 +22,8 @@ IUSE="" ruby_add_rdepend "dev-ruby/ffi" +ruby_add_bdepend "test? ( dev-ruby/concurrent-ruby )" + all_ruby_prepare() { # Avoid unneeded dependency on jeweler. sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die -- 2.26.2