diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-04-28 11:42:01 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-04-28 11:48:12 +0200 |
commit | 23113cb79008ebf5045db8aa3b49f0e67f53a081 (patch) | |
tree | edab0af3b02c3cd966503093976e5d91a9f2a25b /dev-ruby/rb-inotify | |
parent | dev-libs/libgpg-error: s390 stable wrt bug #684352 (diff) | |
download | gentoo-23113cb79008ebf5045db8aa3b49f0e67f53a081.tar.gz gentoo-23113cb79008ebf5045db8aa3b49f0e67f53a081.tar.bz2 gentoo-23113cb79008ebf5045db8aa3b49f0e67f53a081.zip |
dev-ruby/rb-inotify: add missing test dep on concurrent-ruby
Fixes: https://bugs.gentoo.org/684226
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/rb-inotify')
-rw-r--r-- | dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |