summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-28 18:59:19 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-28 23:48:09 +0200
commit8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8 (patch)
tree6acc12cb1bc97d1f4485104ca7ee56523504e129 /dev-python/sphinxcontrib-newsfeed
parentdev-python/sphinxcontrib-newsfeed: EAPI=7, bump py3.9 (diff)
downloadgentoo-8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8.tar.gz
gentoo-8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8.tar.bz2
gentoo-8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8.zip
dev-python/sphinxcontrib-newsfeed: fix insinto warning
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-newsfeed')
-rw-r--r--dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index a69ff7fa08bf..de97fa459833 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -23,8 +23,8 @@ python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r demo/.
+ docinto examples
+ dodoc -r demo/.
docompress -x /usr/share/doc/${PF}/examples
fi
}