diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-09-05 03:17:45 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-09-05 03:18:55 -0500 |
commit | 4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3 (patch) | |
tree | 8062deb70d8e2794d030ec2dcafdcf049c62748c /app-emulation | |
parent | dev-java/swing-layout: fix SRC_URI (diff) | |
download | gentoo-4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3.tar.gz gentoo-4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3.tar.bz2 gentoo-4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3.zip |
app-emulation/qemu: fix installation with USE=python, bug #592908
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-2.7.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild b/app-emulation/qemu/qemu-2.7.0.ebuild index 4c9b4337cb13..bf85ee307a62 100644 --- a/app-emulation/qemu/qemu-2.7.0.ebuild +++ b/app-emulation/qemu/qemu-2.7.0.ebuild @@ -558,7 +558,6 @@ src_test() { qemu_python_install() { python_domodule "${S}/scripts/qmp/qmp.py" - python_doscript "${S}/scripts/kvm/kvm_stat" python_doscript "${S}/scripts/kvm/vmxcap" python_doscript "${S}/scripts/qmp/qmp-shell" python_doscript "${S}/scripts/qmp/qemu-ga-client" |