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 ACEA1138350 for ; Mon, 16 Mar 2020 12:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F1D4E0BCB; Mon, 16 Mar 2020 12:00:26 +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 E792DE0BCB for ; Mon, 16 Mar 2020 12:00:25 +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 F1B9734F1E7 for ; Mon, 16 Mar 2020 12:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A0F718C for ; Mon, 16 Mar 2020 12:00:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584359995.ccd543a3befe9a4f3d95f3b8b59325c030d30509.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxdg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyxdg/pyxdg-0.26-r1.ebuild X-VCS-Directories: dev-python/pyxdg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ccd543a3befe9a4f3d95f3b8b59325c030d30509 X-VCS-Branch: master Date: Mon, 16 Mar 2020 12:00:04 +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: 441067f6-fa7d-488f-9e75-79c79d8b25b7 X-Archives-Hash: 02b419a5cc49c0c8ee6af3a057de2deb commit: ccd543a3befe9a4f3d95f3b8b59325c030d30509 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 11:53:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 11:59:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd543a3 dev-python/pyxdg: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild index 42c7aba9535..08d87ce82d8 100644 --- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) + inherit distutils-r1 MY_P=${PN}-rel-${PV}