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: Mon, 05 Sep 2016 08:19:20
Message-Id: 1473063535.4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3.tamiko@gentoo
1 commit: 4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 08:17:45 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 08:18:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4eea49
7
8 app-emulation/qemu: fix installation with USE=python, bug #592908
9
10 Package-Manager: portage-2.2.28
11
12 app-emulation/qemu/qemu-2.7.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild b/app-emulation/qemu/qemu-2.7.0.ebuild
16 index 4c9b433..bf85ee3 100644
17 --- a/app-emulation/qemu/qemu-2.7.0.ebuild
18 +++ b/app-emulation/qemu/qemu-2.7.0.ebuild
19 @@ -558,7 +558,6 @@ src_test() {
20 qemu_python_install() {
21 python_domodule "${S}/scripts/qmp/qmp.py"
22
23 - python_doscript "${S}/scripts/kvm/kvm_stat"
24 python_doscript "${S}/scripts/kvm/vmxcap"
25 python_doscript "${S}/scripts/qmp/qmp-shell"
26 python_doscript "${S}/scripts/qmp/qemu-ga-client"