commit: c874ff929907af178a120e94742ef0a5f0e9fb33
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 4 19:48:19 2021 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 4 19:50:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c874ff92
net-libs/ldns: get rid of banned dohtml
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
net-libs/ldns/ldns-1.7.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/ldns/ldns-1.7.1-r5.ebuild
b/net-libs/ldns/ldns-1.7.1-r5.ebuild
index 915ed6b6c5a..14222d28541 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
}