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 043FE138334 for ; Mon, 15 Oct 2018 11:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537BFE08FC; Mon, 15 Oct 2018 11:47:44 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 06553E08F7 for ; Mon, 15 Oct 2018 11:47:43 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B0920CA1E2; Mon, 15 Oct 2018 11:47:42 +0000 (UTC) Received: from moe.brq.redhat.com (unknown [10.43.2.192]) by smtp.corp.redhat.com (Postfix) with ESMTP id 01BCA1724C; Mon, 15 Oct 2018 11:47:41 +0000 (UTC) From: Michal Privoznik To: gentoo-dev@lists.gentoo.org Cc: tamiko@gentoo.org Subject: [gentoo-dev] [PATCH] app-emulation/virt-manager: Don's pass --qemu-user to configure Date: Mon, 15 Oct 2018 13:47:34 +0200 Message-Id: <464d1f6f3355e1f5f5418c0cda15465089e32b92.1539604054.git.mprivozn@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 15 Oct 2018 11:47:42 +0000 (UTC) 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 X-Archives-Salt: e3bb997a-7c9b-4068-9d51-d1f7e47a9019 X-Archives-Hash: 38bfa37b45f2e374eae6df129542b15a 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 } -- 2.18.1