net-dns/avahi: QA dohtml is deprecated with EAPI6
authorGeorgy Yakovlev <ya@sysdump.net>
Tue, 15 May 2018 03:26:43 +0000 (20:26 -0700)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 15 May 2018 20:02:03 +0000 (16:02 -0400)
Get rid of it.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

net-dns/avahi/avahi-0.7-r1.ebuild
net-dns/avahi/avahi-0.7.ebuild

index 6ddada6f2538d45346abe6618d367f759117c3d9..6ca2271cdd84e0727d8225204dd1f3d5c260f4f3 100644 (file)
@@ -186,7 +186,8 @@ multilib_src_install() {
        use mdnsresponder-compat && dosym avahi-compat-libdns_sd/dns_sd.h /usr/include/dns_sd.h
 
        if multilib_is_native_abi && use doc; then
-               dohtml -r doxygen/html/. || die
+               docinto html
+               dodoc -r doxygen/html/.
                insinto /usr/share/devhelp/books/avahi
                doins avahi.devhelp || die
        fi
index 42388ee857b228db62affc976fdaca1d16091014..973151c0501b82f524c79ddf7a589c759e556938 100644 (file)
@@ -184,7 +184,8 @@ multilib_src_install() {
        use mdnsresponder-compat && dosym avahi-compat-libdns_sd/dns_sd.h /usr/include/dns_sd.h
 
        if multilib_is_native_abi && use doc; then
-               dohtml -r doxygen/html/. || die
+               docinto html
+               dodoc -r doxygen/html/.
                insinto /usr/share/devhelp/books/avahi
                doins avahi.devhelp || die
        fi