summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-05-07 06:49:22 +0200
committerHans de Graaff <graaff@gentoo.org>2018-05-07 07:02:14 +0200
commitb4223f84a25c082a42d9847327efcf658c3c8145 (patch)
treeb01097b20c2f3d639ffe9d0f3ad1f2240aa52006
parentsys-apps/cpuid: version bump to 20180419 (diff)
downloadgentoo-b4223f84a25c082a42d9847327efcf658c3c8145.tar.gz
gentoo-b4223f84a25c082a42d9847327efcf658c3c8145.tar.bz2
gentoo-b4223f84a25c082a42d9847327efcf658c3c8145.zip
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
-rw-r--r--dev-ruby/rest-client/rest-client-2.0.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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 0a7ca052e8bf..4b8540bc007f 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