From: Matthias Maier Date: Wed, 25 Sep 2019 17:36:45 +0000 (-0500) Subject: app-emulation/qemu: Fix QA issues X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8eaab7078e1810af887e224b96052f7482edde33;p=gentoo.git app-emulation/qemu: Fix QA issues Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier --- diff --git a/app-emulation/qemu/qemu-4.0.0-r50.ebuild b/app-emulation/qemu/qemu-4.0.0-r50.ebuild index cc99fdbbcc18..872c8ec75e57 100644 --- a/app-emulation/qemu/qemu-4.0.0-r50.ebuild +++ b/app-emulation/qemu/qemu-4.0.0-r50.ebuild @@ -672,7 +672,7 @@ src_install() { emake DESTDIR="${ED}" install # This might not exist if the test failed. #512010 - [[ -e check-report.html ]] && dohtml check-report.html + [[ -e check-report.html ]] && dodoc check-report.html if use kernel_linux; then udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules diff --git a/app-emulation/qemu/qemu-4.1.0.ebuild b/app-emulation/qemu/qemu-4.1.0.ebuild index f4991a5e13ad..8f9ef5bac97c 100644 --- a/app-emulation/qemu/qemu-4.1.0.ebuild +++ b/app-emulation/qemu/qemu-4.1.0.ebuild @@ -684,7 +684,7 @@ src_install() { emake DESTDIR="${ED}" install # This might not exist if the test failed. #512010 - [[ -e check-report.html ]] && dohtml check-report.html + [[ -e check-report.html ]] && dodoc check-report.html if use kernel_linux; then udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 51deb16ff036..c9ec7d176c3d 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -682,7 +682,7 @@ src_install() { emake DESTDIR="${ED}" install # This might not exist if the test failed. #512010 - [[ -e check-report.html ]] && dohtml check-report.html + [[ -e check-report.html ]] && dodoc check-report.html if use kernel_linux; then udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules