app-emulation/qemu-9999: Follow qmp.py rename
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 9 Mar 2019 13:28:39 +0000 (14:28 +0100)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 17 Mar 2019 06:52:51 +0000 (01:52 -0500)
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@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/qemu/qemu-9999.ebuild

index 36a3408c93b941a2fd7efbbe7b1c7d8d39f0d234..69e36290636d5768f3a13e060a9e2e1401871504 100644 (file)
@@ -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"