commit:     357dd2b743a5bca72f18357a947457a59ed48a48
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 17:04:43 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 17:05:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357dd2b7

app-emulation/qemu: do no use dohtml

Closes: https://bugs.gentoo.org/673876
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/qemu/qemu-3.1.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-3.1.0.ebuild 
b/app-emulation/qemu/qemu-3.1.0.ebuild
index 9534354a753..c31ddc23226 100644
--- a/app-emulation/qemu/qemu-3.1.0.ebuild
+++ b/app-emulation/qemu/qemu-3.1.0.ebuild
@@ -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

Reply via email to