commit: 3e0e540bb9dd11e4785cab0c607ac3192183837e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 08:44:23 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 08:44:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0e540b
dev-ruby/async_sinatra: use dodoc
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild
b/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild
index 9c694e67db8..92ab4d1a64a 100644
--- a/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild
+++ b/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild
@@ -37,6 +37,5 @@ each_ruby_test() {
all_ruby_install() {
all_fakegem_install
- insinto /usr/share/doc/${PF}/
- doins -r examples
+ dodoc -r examples
}