From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1077878-garchives=archives.gentoo.org@lists.gentoo.org> 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 D927A138334 for <garchives@archives.gentoo.org>; Sun, 17 Mar 2019 07:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C81E09AD; Sun, 17 Mar 2019 07:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B04DE09AD for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A63335C8C for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C9953F for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2019 07:27:56 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> 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" <tamiko@gentoo.org> Message-ID: <1552805571.a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c.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-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c X-VCS-Branch: master Date: Sun, 17 Mar 2019 07:27:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f625df15-7eef-42c3-8d41-9798c252ba1b X-Archives-Hash: 0a2ff3b249cd8c82867b580a6ed9cefc commit: a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com> AuthorDate: Sat Mar 9 13:28:39 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 06:52:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a406d463 app-emulation/qemu-9999: Follow qmp.py rename Well, not a rename per se, but the file was moved (in qemu commit 8f8fd9edba4bd6768da2c8e2bea49ad5c16ced1a) from scripts/qmp/ to python/qemu/. Follow this movement. Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com> Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-emulation/qemu/qemu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 36a3408c93b..69e36290636 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -595,7 +595,7 @@ src_test() { } qemu_python_install() { - python_domodule "${S}/scripts/qmp/qmp.py" + python_domodule "${S}/python/qemu/qmp.py" python_doscript "${S}/scripts/kvm/vmxcap" python_doscript "${S}/scripts/qmp/qmp-shell"