Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cinch/
Date: Sat, 04 May 2019 11:34:01
Message-Id: 1556969628.96cb830ce83f30c933f9c326770e92711b24fffa.grknight@gentoo
1 commit: 96cb830ce83f30c933f9c326770e92711b24fffa
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 11:32:40 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 11:33:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cb830c
7
8 dev-ruby/cinch: Fix fatal dodoc error
9
10 Non-maintainer commit. Simple change to install the docs/ markdown
11
12 Closes: https://bugs.gentoo.org/684978
13 Package-Manager: Portage-2.3.66, Repoman-2.3.12
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 dev-ruby/cinch/cinch-2.3.4.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-ruby/cinch/cinch-2.3.4.ebuild b/dev-ruby/cinch/cinch-2.3.4.ebuild
20 index ab8efb8d00b..2fa0c0f6ed5 100644
21 --- a/dev-ruby/cinch/cinch-2.3.4.ebuild
22 +++ b/dev-ruby/cinch/cinch-2.3.4.ebuild
23 @@ -7,7 +7,7 @@ USE_RUBY="ruby23 ruby24 ruby25 ruby26"
24 # The testsuite is not in the Gem, only in the upstream repo.
25 RUBY_FAKEGEM_RECIPE_TEST="none"
26 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
27 -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
28 +RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
29
30 inherit ruby-fakegem