summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-01 19:39:14 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-01 19:40:10 +0100
commit02b6c8bb32372b6c4047de7dab58fda1dd963b3c (patch)
tree6c1e3d69c6d27f61dbfbff0d42a1a912b2f59179
parentapp-misc/filebus: Remove DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-02b6c8bb32372b6c4047de7dab58fda1dd963b3c.tar.gz
gentoo-02b6c8bb32372b6c4047de7dab58fda1dd963b3c.tar.bz2
gentoo-02b6c8bb32372b6c4047de7dab58fda1dd963b3c.zip
net-mail/notmuch: Remove DISTUTILS_USE_SETUPTOOLS
DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it triggers a QA warning. Remove it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-mail/notmuch/notmuch-0.32.2-r1.ebuild3
-rw-r--r--net-mail/notmuch/notmuch-0.34.2.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
index d99d63cef1d2..788bd1925968 100644
--- a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7..10} pypy3 )
diff --git a/net-mail/notmuch/notmuch-0.34.2.ebuild b/net-mail/notmuch/notmuch-0.34.2.ebuild
index d7b1744e55c7..d056fb61c403 100644
--- a/net-mail/notmuch/notmuch-0.34.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.34.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7..10} pypy3 )