Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Tue, 25 May 2021 18:29:06
Message-Id: 1621966257.ebe5bb74574a84a4d7b795183d6c1185a7d19827.gyakovlev@gentoo
1 commit: ebe5bb74574a84a4d7b795183d6c1185a7d19827
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:10:38 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 18:10:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe5bb74
7
8 net-mail/notmuch: QA fix DISTUTILS_USE_SETUPTOOLS warning
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 net-mail/notmuch/notmuch-0.31.3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild
17 index e6d8d047fd8..9e7e89f755b 100644
18 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild
19 +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild
20 @@ -4,6 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_OPTIONAL=1
24 +DISTUTILS_USE_SETUPTOOLS=manual
25 NEED_EMACS="24.1"
26 PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
27
28 @@ -39,6 +40,7 @@ BDEPEND="
29 sys-apps/texinfo
30 )
31 python? (
32 + dev-python/setuptools[${PYTHON_USEDEP}]
33 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
34 )
35 "