diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2019-03-09 14:28:39 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-03-17 01:52:51 -0500 |
commit | a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c (patch) | |
tree | 32a9c949e5b0682995f1f209d47a7149da3c28ac /app-emulation | |
parent | sys-devel/distcc: Drop --verbose from systemd service file (diff) | |
download | gentoo-a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c.tar.gz gentoo-a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c.tar.bz2 gentoo-a406d463d701d85d0e4fe55428f7bf5c9aa1ff9c.zip |
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@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |