Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Fri, 28 Dec 2018 17:06:13
Message-Id: 1546016759.357dd2b743a5bca72f18357a947457a59ed48a48.tamiko@gentoo
1 commit: 357dd2b743a5bca72f18357a947457a59ed48a48
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 17:04:43 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 17:05:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357dd2b7
7
8 app-emulation/qemu: do no use dohtml
9
10 Closes: https://bugs.gentoo.org/673876
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/qemu/qemu-3.1.0.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/qemu/qemu-3.1.0.ebuild b/app-emulation/qemu/qemu-3.1.0.ebuild
18 index 9534354a753..c31ddc23226 100644
19 --- a/app-emulation/qemu/qemu-3.1.0.ebuild
20 +++ b/app-emulation/qemu/qemu-3.1.0.ebuild
21 @@ -676,7 +676,10 @@ src_install() {
22 emake DESTDIR="${ED}" install
23
24 # This might not exist if the test failed. #512010
25 - [[ -e check-report.html ]] && dohtml check-report.html
26 + if [[ -e check-report.html ]]; then
27 + docinto html
28 + dodoc check-report.html
29 + fi
30
31 if use kernel_linux; then
32 udev_newrules "${FILESDIR}"/65-kvm.rules-r1 65-kvm.rules