diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2018-10-15 13:47:34 +0200 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-10-15 07:01:23 -0500 |
commit | 7e8c06efaca74b47c676205289f0de91e50eb2d0 (patch) | |
tree | 0d5639c5168750c28fb9c20c8d44e6980654614b /app-emulation/virt-manager | |
parent | app-misc/jq: Mask USE=test on Alpha (diff) | |
download | gentoo-7e8c06efaca74b47c676205289f0de91e50eb2d0.tar.gz gentoo-7e8c06efaca74b47c676205289f0de91e50eb2d0.tar.bz2 gentoo-7e8c06efaca74b47c676205289f0de91e50eb2d0.zip |
app-emulation/virt-manager: Don's pass --qemu-user to configure
virt-manager has dropped --qemu-user configure option in
e6738d9827492d. Update live ebulid to not pass it.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 7e88178f48f6..69c24ad9817c 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -61,7 +61,6 @@ distutils-r1_python_compile() { local defgraphics= esetup.py configure \ - --qemu-user=qemu \ --default-graphics=spice } |