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 BFD71138359 for ; Wed, 6 May 2020 11:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7529EE0968; Wed, 6 May 2020 11:51:22 +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 5F1D4E0968 for ; Wed, 6 May 2020 11:51:22 +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 9A2B134F666 for ; Wed, 6 May 2020 11:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4300240 for ; Wed, 6 May 2020 11:51:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588765861.7284a4ebca6ef0bf157da9e341663c7f20c51c25.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/offlineimap/offlineimap-7.3.3.ebuild X-VCS-Directories: net-mail/offlineimap/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7284a4ebca6ef0bf157da9e341663c7f20c51c25 X-VCS-Branch: master Date: Wed, 6 May 2020 11:51: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: 9ed2ef28-f939-4a5a-8327-0fe85abddd59 X-Archives-Hash: 62c36a9ae4fae054ebd5355afaefc394 commit: 7284a4ebca6ef0bf157da9e341663c7f20c51c25 Author: Joonas Niilola gentoo org> AuthorDate: Wed May 6 11:42:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 6 11:51:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7284a4eb net-mail/offlineimap: DISTUTILS_USE_SETUPTOOLS=no in 7.3.3 Signed-off-by: Joonas Niilola gentoo.org> net-mail/offlineimap/offlineimap-7.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/offlineimap/offlineimap-7.3.3.ebuild b/net-mail/offlineimap/offlineimap-7.3.3.ebuild index fb8580cca93..485b8a00660 100644 --- a/net-mail/offlineimap/offlineimap-7.3.3.ebuild +++ b/net-mail/offlineimap/offlineimap-7.3.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_STEUPTOOLS=no +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads,sqlite,ssl?"