projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4462745
)
dev-ruby/rb-inotify: add missing test dep on concurrent-ruby
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 28 Apr 2019 09:42:01 +0000
(11:42 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sun, 28 Apr 2019 09:48:12 +0000
(11:48 +0200)
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
dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild
patch
|
blob
|
history
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 b210ddcbfc3f36b14c03f5b5b4251b27f1ed0b88..aca75df56eb85831cbb8ca65a513f4bb7d5c0061 100644
(file)
--- 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