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 CABDC138359 for ; Fri, 16 Oct 2020 17:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D1DE070D; Fri, 16 Oct 2020 17:09:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DDF0EE070D for ; Fri, 16 Oct 2020 17:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 929DA340961 for ; Fri, 16 Oct 2020 17:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C1B2EE for ; Fri, 16 Oct 2020 17:09:22 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1602868122.6ebb362e67b20f2bcbab109f738fd918f4edd315.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-3.0.5-r1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6ebb362e67b20f2bcbab109f738fd918f4edd315 X-VCS-Branch: master Date: Fri, 16 Oct 2020 17:09:22 +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: ec44f34a-5d2a-40d9-9e3f-a60a974855dc X-Archives-Hash: e1760c05230818d64984c92637b12538 commit: 6ebb362e67b20f2bcbab109f738fd918f4edd315 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 16 17:08:42 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 16 17:08:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebb362e x11-wm/xpra: Fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/749053 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> x11-wm/xpra/xpra-3.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r1.ebuild index 0e40fc2e6e0..24df1d4e4d9 100644 --- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.5-r1.ebuild @@ -3,8 +3,8 @@ EAPI=6 -# PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"