summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-09-07 09:58:31 +0200
committerHans de Graaff <graaff@gentoo.org>2020-09-07 09:59:32 +0200
commitca5f80596ceb019a83d7a75460c86841eabc5527 (patch)
tree2ae5c9606c38d77dce715f210fb034b5513ef597 /dev-ruby/treetop
parentdev-ruby/tty-platform: cleanup (diff)
downloadgentoo-ca5f80596ceb019a83d7a75460c86841eabc5527.tar.gz
gentoo-ca5f80596ceb019a83d7a75460c86841eabc5527.tar.bz2
gentoo-ca5f80596ceb019a83d7a75460c86841eabc5527.zip
dev-ruby/treetop: fix insinto deprecation
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/treetop')
-rw-r--r--dev-ruby/treetop/treetop-1.6.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild b/dev-ruby/treetop/treetop-1.6.11.ebuild
index 4a52889a417d..37d2b01de542 100644
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -34,5 +34,5 @@ all_ruby_install() {
all_fakegem_install
insinto /usr/share/doc/${PF}/examples
- doins -r examples/*
+ dodoc -r examples
}