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 D7A7B1382C5 for ; Tue, 25 May 2021 18:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 196F5E0636; Tue, 25 May 2021 18:29:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B77AFE0636 for ; Tue, 25 May 2021 18:29:05 +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 66780340D2A for ; Tue, 25 May 2021 18:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8EFE597 for ; Tue, 25 May 2021 18:29:02 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1621966257.ebe5bb74574a84a4d7b795183d6c1185a7d19827.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.31.3.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ebe5bb74574a84a4d7b795183d6c1185a7d19827 X-VCS-Branch: master Date: Tue, 25 May 2021 18:29:02 +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: 9c9b1cf7-42f8-4061-81e3-895e4d16e821 X-Archives-Hash: 1a4b19bfdfe5e28f4fa3bed535c6a70f commit: ebe5bb74574a84a4d7b795183d6c1185a7d19827 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue May 25 18:10:38 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue May 25 18:10:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe5bb74 net-mail/notmuch: QA fix DISTUTILS_USE_SETUPTOOLS warning Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> net-mail/notmuch/notmuch-0.31.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index e6d8d047fd8..9e7e89f755b 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -4,6 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 +DISTUTILS_USE_SETUPTOOLS=manual NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) @@ -39,6 +40,7 @@ BDEPEND=" sys-apps/texinfo ) python? ( + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) ) "