From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1BB8138334 for ; Mon, 15 Oct 2018 12:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C553E0907; Mon, 15 Oct 2018 12:02:19 +0000 (UTC) Received: from tsukuyomi.43-1.org (tsukuyomi.43-1.org [IPv6:2a01:4f8:173:743::1:50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DF10E08FF for ; Mon, 15 Oct 2018 12:02:18 +0000 (UTC) From: Matthias Maier To: Michal Privoznik Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [PATCH] app-emulation/virt-manager: Don's pass --qemu-user to configure In-Reply-To: <464d1f6f3355e1f5f5418c0cda15465089e32b92.1539604054.git.mprivozn@redhat.com> (Michal Privoznik's message of "Mon, 15 Oct 2018 13:47:34 +0200") References: <464d1f6f3355e1f5f5418c0cda15465089e32b92.1539604054.git.mprivozn@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Date: Mon, 15 Oct 2018 07:02:14 -0500 Message-ID: <87y3azmn95.fsf@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: b4656c84-d9a4-41db-bad5-6714d61271d7 X-Archives-Hash: 4d93dca2097955895e59923dcc4d80d4 Applied. Thanks! On Mon, Oct 15, 2018, at 06:47 CDT, Michal Privoznik wrote: > virt-manager has dropped --qemu-user configure option in > e6738d9827492d. Update live ebulid to not pass it. > > Signed-off-by: Michal Privoznik > --- > app-emulation/virt-manager/virt-manager-9999.ebuild | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild > index 7e88178f48f..69c24ad9817 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 > }