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"

Reply via email to