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 C08FD138350 for ; Fri, 21 Feb 2020 13:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81FCE0932; Fri, 21 Feb 2020 13:59:32 +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 BE1F5E0932 for ; Fri, 21 Feb 2020 13:59:32 +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 1292B34EEFA for ; Fri, 21 Feb 2020 13:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2A25145 for ; Fri, 21 Feb 2020 13:59:27 +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: <1582293548.e087ede55b6265b3979a759fb349d41ee4e45b9e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/notify2/notify2-0.3.1-r1.ebuild X-VCS-Directories: dev-python/notify2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e087ede55b6265b3979a759fb349d41ee4e45b9e X-VCS-Branch: master Date: Fri, 21 Feb 2020 13:59:27 +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: 5e203b48-aa30-4b84-a960-94781a1dc00d X-Archives-Hash: 6a4f0eb300f68b9b29184e66f370ff29 commit: e087ede55b6265b3979a759fb349d41ee4e45b9e Author: Michał Górny gentoo org> AuthorDate: Fri Feb 21 12:08:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 21 13:59:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e087ede5 dev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709966 Signed-off-by: Michał Górny gentoo.org> dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index bce48f799b8..d91edd3ff6a 100644 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 virtualx