From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6464138330 for ; Mon, 5 Sep 2016 08:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 856A1E0881; Mon, 5 Sep 2016 08:19:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DF2AE0881 for ; Mon, 5 Sep 2016 08:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E06340834 for ; Mon, 5 Sep 2016 08:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E395D246D for ; Mon, 5 Sep 2016 08:19:12 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1473063535.4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-2.7.0.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3 X-VCS-Branch: master Date: Mon, 5 Sep 2016 08:19:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f823ca21-3028-4373-baa6-e19f29409f2a X-Archives-Hash: 7cc86e0fb12582f8095e9179394e5720 commit: 4f4eea4951d256e34de6f07b47ae29c2c8ab2dc3 Author: Matthias Maier gentoo org> AuthorDate: Mon Sep 5 08:17:45 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Sep 5 08:18:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4eea49 app-emulation/qemu: fix installation with USE=python, bug #592908 Package-Manager: portage-2.2.28 app-emulation/qemu/qemu-2.7.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild b/app-emulation/qemu/qemu-2.7.0.ebuild index 4c9b433..bf85ee3 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"