summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-03-10 20:22:34 +0100
committerMike Gilbert <floppym@gentoo.org>2017-03-10 22:03:41 -0500
commitd63327f7f93dedd49fa27c1905aeae6ce33e11d2 (patch)
tree9927e37bdbce82f213205083b2b2f62cda73eafb /net-libs/neon
parentdev-python/ipython_genutils: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-d63327f7f93dedd49fa27c1905aeae6ce33e11d2.tar.gz
gentoo-d63327f7f93dedd49fa27c1905aeae6ce33e11d2.tar.bz2
gentoo-d63327f7f93dedd49fa27c1905aeae6ce33e11d2.zip
net-libs/neon: Use docinto + dodoc instead of deprecated dohtml.
Diffstat (limited to 'net-libs/neon')
-rw-r--r--net-libs/neon/neon-0.30.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/neon/neon-0.30.2.ebuild b/net-libs/neon/neon-0.30.2.ebuild
index b0c0284e672c..c062175e0bf4 100644
--- a/net-libs/neon/neon-0.30.2.ebuild
+++ b/net-libs/neon/neon-0.30.2.ebuild
@@ -92,7 +92,10 @@ multilib_src_install() {
emake DESTDIR="${D}" install-{config,headers,lib,man,nls}
if multilib_is_native_abi && use doc; then
- dohtml -r doc/html/
+ (
+ docinto html
+ dodoc -r doc/html/*
+ )
fi
}