commit:     23113cb79008ebf5045db8aa3b49f0e67f53a081
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 09:42:01 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 09:48:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23113cb7

dev-ruby/rb-inotify: add missing test dep on concurrent-ruby

Fixes: https://bugs.gentoo.org/684226
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
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 b210ddcbfc3..aca75df56eb 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

Reply via email to