Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Tue, 01 Feb 2022 18:40:18
Message-Id: 1643740810.02b6c8bb32372b6c4047de7dab58fda1dd963b3c.mgorny@gentoo
1 commit: 02b6c8bb32372b6c4047de7dab58fda1dd963b3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:39:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:40:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b6c8bb
7
8 net-mail/notmuch: Remove DISTUTILS_USE_SETUPTOOLS
9
10 DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
11 triggers a QA warning. Remove it.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-mail/notmuch/notmuch-0.32.2-r1.ebuild | 3 +--
16 net-mail/notmuch/notmuch-0.34.2.ebuild | 3 +--
17 2 files changed, 2 insertions(+), 4 deletions(-)
18
19 diff --git a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
20 index d99d63cef1d2..788bd1925968 100644
21 --- a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
22 +++ b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
23 @@ -1,10 +1,9 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 DISTUTILS_OPTIONAL=1
31 -DISTUTILS_USE_SETUPTOOLS=manual
32 NEED_EMACS="24.1"
33 PYTHON_COMPAT=( python3_{7..10} pypy3 )
34
35
36 diff --git a/net-mail/notmuch/notmuch-0.34.2.ebuild b/net-mail/notmuch/notmuch-0.34.2.ebuild
37 index d7b1744e55c7..d056fb61c403 100644
38 --- a/net-mail/notmuch/notmuch-0.34.2.ebuild
39 +++ b/net-mail/notmuch/notmuch-0.34.2.ebuild
40 @@ -1,10 +1,9 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46
47 DISTUTILS_OPTIONAL=1
48 -DISTUTILS_USE_SETUPTOOLS=manual
49 NEED_EMACS="24.1"
50 PYTHON_COMPAT=( python3_{7..10} pypy3 )