summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-04-28 11:42:01 +0200
committerHans de Graaff <graaff@gentoo.org>2019-04-28 11:48:12 +0200
commit23113cb79008ebf5045db8aa3b49f0e67f53a081 (patch)
treeedab0af3b02c3cd966503093976e5d91a9f2a25b
parentdev-libs/libgpg-error: s390 stable wrt bug #684352 (diff)
downloadgentoo-23113cb7.tar.gz
gentoo-23113cb7.tar.bz2
gentoo-23113cb7.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
-rw-r--r--dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild2
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