commit:     b4223f84a25c082a42d9847327efcf658c3c8145
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 04:49:22 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May  7 05:02:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4223f84

dev-ruby/rest-client: fix building without FEATURES=test

Use the default rdoc method to generate documentation
to avoid needing rspec with only USE=doc

Closes: https://bugs.gentoo.org/654864
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rest-client/rest-client-2.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild 
b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
index 0a7ca052e8b..4b8540bc007 100644
--- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild
+++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
@@ -6,6 +6,7 @@ USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="history.md README.md"
 
 inherit ruby-fakegem

Reply via email to