From a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Sat, 9 Mar 2019 14:28:39 +0100 Subject: 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 Signed-off-by: Matthias Maier --- app-emulation/qemu/qemu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/qemu') diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 36a3408c93b9..69e36290636d 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" -- cgit v1.2.3-65-gdbad