dev-ruby/cinch: Fix fatal dodoc error

Non-maintainer commit.  Simple change to install the docs/ markdown

Closes: https://bugs.gentoo.org/684978
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
Brian Evans
2019-05-04 07:32:40 -04:00
parent 4b96f7ac29
commit 96cb830ce8

View File

@@ -7,7 +7,7 @@ USE_RUBY="ruby23 ruby24 ruby25 ruby26"
# The testsuite is not in the Gem, only in the upstream repo.
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
inherit ruby-fakegem