commit:     6383198852412d39c83df4e011a8f3144f783d7f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 04:23:25 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 04:23:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63831988

dev-ruby/rb-inotify: use rdoc to generate documentation

Avoid the dependency complications with yard.

Package-Manager: portage-2.2.28

 dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild 
b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
index e7ece79..47dbd8e 100644
--- a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
+++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
@@ -8,7 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
-RUBY_FAKEGEM_TASK_DOC="yard"
+RUBY_FAKEGEM_TASK_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -28,8 +28,6 @@ IUSE=""
 
 ruby_add_rdepend "virtual/ruby-ffi"
 
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
 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