summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-09-25 12:36:45 -0500
committerMatthias Maier <tamiko@gentoo.org>2019-09-25 13:57:20 -0500
commit8eaab7078e1810af887e224b96052f7482edde33 (patch)
treeaa282c5653650b3e38e7a5196550ed896b6128f7 /app-emulation
parentapp-text/pandoc: drop underscores from IUSE, bug #695062 (diff)
downloadgentoo-8eaab7078e1810af887e224b96052f7482edde33.tar.gz
gentoo-8eaab7078e1810af887e224b96052f7482edde33.tar.bz2
gentoo-8eaab7078e1810af887e224b96052f7482edde33.zip
app-emulation/qemu: Fix QA issues
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-4.0.0-r50.ebuild2
-rw-r--r--app-emulation/qemu/qemu-4.1.0.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
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