summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-10-09 10:44:23 +0200
committerHans de Graaff <graaff@gentoo.org>2021-10-09 10:44:33 +0200
commit3e0e540bb9dd11e4785cab0c607ac3192183837e (patch)
tree4b3a281a3652dea85d4b9ea7c98e8fbee2edbf75 /dev-ruby/async_sinatra
parentdev-python/sphinxcontrib-programoutput: EAPI=8, enable py3.10 (diff)
downloadgentoo-3e0e540bb9dd11e4785cab0c607ac3192183837e.tar.gz
gentoo-3e0e540bb9dd11e4785cab0c607ac3192183837e.tar.bz2
gentoo-3e0e540bb9dd11e4785cab0c607ac3192183837e.zip
dev-ruby/async_sinatra: use dodoc
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r--dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild3
1 files changed, 1 insertions, 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 9c694e67db88..92ab4d1a64a7 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
}