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 27A3D138334 for ; Mon, 16 Dec 2019 10:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE830E0884; Mon, 16 Dec 2019 10:14:59 +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 D700BE087A for ; Mon, 16 Dec 2019 10:14:59 +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 1A4C234D83B for ; Mon, 16 Dec 2019 10:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 217CC98B for ; Mon, 16 Dec 2019 10:14:56 +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: <1576491287.5f012759d8fe2df3efc05393828334fdeb2969ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/regex/regex-2019.11.1.ebuild X-VCS-Directories: dev-python/regex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f012759d8fe2df3efc05393828334fdeb2969ba X-VCS-Branch: master Date: Mon, 16 Dec 2019 10:14:56 +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: 8747f315-84c0-4c33-9e20-d5a80165c088 X-Archives-Hash: a1dbc1327a1d2cc699f76b0290fe5ee6 commit: 5f012759d8fe2df3efc05393828334fdeb2969ba Author: Michał Górny gentoo org> AuthorDate: Mon Dec 16 10:01:33 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 16 10:14:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f012759 dev-python/regex: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/regex/regex-2019.11.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/regex/regex-2019.11.1.ebuild b/dev-python/regex/regex-2019.11.1.ebuild index 6b42bd5991f..5fb1e5270da 100644 --- a/dev-python/regex/regex-2019.11.1.ebuild +++ b/dev-python/regex/regex-2019.11.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 flag-o-matic