Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: Michal Privoznik <mprivozn@××××××.com>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH] app-emulation/virt-manager: Don's pass --qemu-user to configure
Date: Mon, 15 Oct 2018 12:02:22
Message-Id: 87y3azmn95.fsf@gentoo.org
In Reply to: [gentoo-dev] [PATCH] app-emulation/virt-manager: Don's pass --qemu-user to configure by Michal Privoznik
1 Applied. Thanks!
2
3 On Mon, Oct 15, 2018, at 06:47 CDT, Michal Privoznik <mprivozn@××××××.com> wrote:
4
5 > virt-manager has dropped --qemu-user configure option in
6 > e6738d9827492d. Update live ebulid to not pass it.
7 >
8 > Signed-off-by: Michal Privoznik <mprivozn@××××××.com>
9 > ---
10 > app-emulation/virt-manager/virt-manager-9999.ebuild | 1 -
11 > 1 file changed, 1 deletion(-)
12 >
13 > diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
14 > index 7e88178f48f..69c24ad9817 100644
15 > --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
16 > +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
17 > @@ -61,7 +61,6 @@ distutils-r1_python_compile() {
18 > local defgraphics=
19 >
20 > esetup.py configure \
21 > - --qemu-user=qemu \
22 > --default-graphics=spice
23 > }