From: Hans de Graaff Date: Sun, 28 Apr 2019 09:42:01 +0000 (+0200) Subject: dev-ruby/rb-inotify: add missing test dep on concurrent-ruby X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23113cb79008ebf5045db8aa3b49f0e67f53a081;p=gentoo.git 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 --- 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