Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Mon, 15 Oct 2018 12:01:45
Message-Id: 1539604883.7e8c06efaca74b47c676205289f0de91e50eb2d0.tamiko@gentoo
1 commit: 7e8c06efaca74b47c676205289f0de91e50eb2d0
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Mon Oct 15 11:47:34 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 12:01:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8c06ef
7
8 app-emulation/virt-manager: Don's pass --qemu-user to configure
9
10 virt-manager has dropped --qemu-user configure option in
11 e6738d9827492d. Update live ebulid to not pass it.
12
13 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
14 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
15
16 app-emulation/virt-manager/virt-manager-9999.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
20 index 7e88178f48f..69c24ad9817 100644
21 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
22 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
23 @@ -61,7 +61,6 @@ distutils-r1_python_compile() {
24 local defgraphics=
25
26 esetup.py configure \
27 - --qemu-user=qemu \
28 --default-graphics=spice
29 }