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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D522158087 for ; Tue, 1 Feb 2022 18:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14E82BC062; Tue, 1 Feb 2022 18:40:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 387CC2BC056 for ; Tue, 1 Feb 2022 18:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 086F93431F3 for ; Tue, 1 Feb 2022 18:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 013612BB for ; Tue, 1 Feb 2022 18:40:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1643740810.02b6c8bb32372b6c4047de7dab58fda1dd963b3c.mgorny@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.32.2-r1.ebuild net-mail/notmuch/notmuch-0.34.2.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 02b6c8bb32372b6c4047de7dab58fda1dd963b3c X-VCS-Branch: master Date: Tue, 1 Feb 2022 18:40:13 +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: 25ea9e22-fbf5-4123-ba04-e1467c824cc4 X-Archives-Hash: 22a1caf38db3f1ae517e192a55a0daf2 commit: 02b6c8bb32372b6c4047de7dab58fda1dd963b3c Author: Michał Górny gentoo org> AuthorDate: Tue Feb 1 18:39:14 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 1 18:40:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b6c8bb 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 gentoo.org> 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(-) 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 )