summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-03-19 17:34:57 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-03-19 17:34:57 +0000
commitf9b3dd5750676aea312e9479cd93099a59b602e8 (patch)
tree8443d962032043c1388436a2c004c1eff62c8480 /app-emulation
parentAdd upstream tag to metadata. (diff)
downloadgentoo-2-f9b3dd5750676aea312e9479cd93099a59b602e8.tar.gz
gentoo-2-f9b3dd5750676aea312e9479cd93099a59b602e8.tar.bz2
gentoo-2-f9b3dd5750676aea312e9479cd93099a59b602e8.zip
Always ensure the check-report is generated. fixes bug #462010
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog5
-rw-r--r--app-emulation/qemu/qemu-1.4.0-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index ee1a0a1db33f..2a6c51bc4222 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.202 2013/03/17 04:20:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.203 2013/03/19 17:34:57 cardoe Exp $
+
+ 19 Mar 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.4.0-r1.ebuild:
+ Always ensure the check-report is generated. fixes bug #462010
*qemu-1.4.0-r1 (17 Mar 2013)
diff --git a/app-emulation/qemu/qemu-1.4.0-r1.ebuild b/app-emulation/qemu/qemu-1.4.0-r1.ebuild
index a39397161bbf..2a36f9a7d09a 100644
--- a/app-emulation/qemu/qemu-1.4.0-r1.ebuild
+++ b/app-emulation/qemu/qemu-1.4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0-r1.ebuild,v 1.1 2013/03/17 04:20:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0-r1.ebuild,v 1.2 2013/03/19 17:34:57 cardoe Exp $
EAPI=5
@@ -387,6 +387,7 @@ src_compile() {
src_test() {
cd "${S}/softmmu-build"
emake -j1 check
+ emake -j1 check-report.html
}
src_install() {