summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2021-09-04 09:48:19 -1000
committerMarc Schiffbauer <mschiff@gentoo.org>2021-09-04 09:50:47 -1000
commitc874ff929907af178a120e94742ef0a5f0e9fb33 (patch)
treecd4b468fd6d876fe76a626573343a343f3a60a6e /net-libs
parentmedia-video/openshot: upgrade to 2.6.0 (diff)
downloadgentoo-c874ff929907af178a120e94742ef0a5f0e9fb33.tar.gz
gentoo-c874ff929907af178a120e94742ef0a5f0e9fb33.tar.bz2
gentoo-c874ff929907af178a120e94742ef0a5f0e9fb33.zip
net-libs/ldns: get rid of banned dohtml
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ldns/ldns-1.7.1-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r5.ebuild b/net-libs/ldns/ldns-1.7.1-r5.ebuild
index 915ed6b6c5a2..14222d28541c 100644
--- a/net-libs/ldns/ldns-1.7.1-r5.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r5.ebuild
@@ -92,7 +92,7 @@ multilib_src_install() {
default
if multilib_is_native_abi && use doc ; then
- dohtml -r doc/html/.
+ dodoc -r doc/html
fi
}