From: Michał Górny Date: Sun, 9 Feb 2020 19:26:02 +0000 (+0100) Subject: dev-python/rootpy: Use dodoc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=40896339037bf291eee2896540a6158937c4fbba;p=gentoo.git dev-python/rootpy: Use dodoc Signed-off-by: Michał Górny --- diff --git a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild index f1b3bbd73790..6b13cc9333d3 100644 --- a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild +++ b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild @@ -46,7 +46,6 @@ python_test() { python_install_all() { distutils-r1_python_install_all if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples fi }