app-emulation/qemu: do no use dohtml
authorMatthias Maier <tamiko@gentoo.org>
Fri, 28 Dec 2018 17:04:43 +0000 (11:04 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 28 Dec 2018 17:05:59 +0000 (11:05 -0600)
Closes: https://bugs.gentoo.org/673876
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/qemu/qemu-3.1.0.ebuild

index 9534354a753c862ddbdcb0aa2228b4a0984041d6..c31ddc232268b3998a21292d22575c7e5b8801bc 100644 (file)
@@ -676,7 +676,10 @@ src_install() {
                emake DESTDIR="${ED}" install
 
                # This might not exist if the test failed. #512010
-               [[ -e check-report.html ]] && dohtml check-report.html
+               if [[ -e check-report.html ]]; then
+                       docinto html
+                       dodoc check-report.html
+               fi
 
                if use kernel_linux; then
                        udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules