commit:     4056acf402a709eb9198a8b97916127eb4211cb2
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 10:51:00 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 10:51:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4056acf4

dev-ruby/rubygems: 3.2.4: fix dodoc calling, make it actually pass 
src_install...

Closes: https://bugs.gentoo.org/763252
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 dev-ruby/rubygems/rubygems-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rubygems/rubygems-3.2.4.ebuild 
b/dev-ruby/rubygems/rubygems-3.2.4.ebuild
index 29412216c03..39aad5831c6 100644
--- a/dev-ruby/rubygems/rubygems-3.2.4.ebuild
+++ b/dev-ruby/rubygems/rubygems-3.2.4.ebuild
@@ -87,7 +87,7 @@ each_ruby_install() {
 }
 
 all_ruby_install() {
-       dodoc History.txt README.md
+       dodoc CHANGELOG.md README.md
 
        if use server; then
                newinitd "${FILESDIR}/init.d-gem_server2" gem_server

Reply via email to