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 3F1D8138350 for ; Sun, 19 Apr 2020 00:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B1AE09DB; Sun, 19 Apr 2020 00:32:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0617FE09DB for ; Sun, 19 Apr 2020 00:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1424834ED8D for ; Sun, 19 Apr 2020 00:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D99A166 for ; Sun, 19 Apr 2020 00:32:17 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1587256301.4358c8898d45e59fa3b16c72d67f4475d4851098.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4358c8898d45e59fa3b16c72d67f4475d4851098 X-VCS-Branch: master Date: Sun, 19 Apr 2020 00:32:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05b62140-1798-4ea6-96ab-3d88304a0f38 X-Archives-Hash: 91a7afade4c9081541424a7754c151c3 commit: 4358c8898d45e59fa3b16c72d67f4475d4851098 Author: Matthias Maier gentoo org> AuthorDate: Sun Apr 19 00:31:41 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Apr 19 00:31:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4358c889 app-emulation/virt-manager: fix configuration craziness Closes: https://bugs.gentoo.org/717886 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier gentoo.org> app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild b/app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild index ee09a0d573f..229e27a53df 100644 --- a/app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.2.1-r2.ebuild @@ -6,6 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_SETUPTOOLS=no inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" @@ -59,9 +60,7 @@ src_prepare() { distutils-r1_src_prepare } -distutils-r1_python_compile() { - local defgraphics= - +python_configure() { esetup.py configure \ --default-graphics=spice }