From 02b6c8bb32372b6c4047de7dab58fda1dd963b3c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 1 Feb 2022 19:39:14 +0100 Subject: net-mail/notmuch: Remove DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it triggers a QA warning. Remove it. Signed-off-by: Michał Górny --- net-mail/notmuch/notmuch-0.32.2-r1.ebuild | 3 +-- net-mail/notmuch/notmuch-0.34.2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'net-mail') 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 ) -- cgit v1.2.3-65-gdbad