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 1683815806E for ; Sun, 14 May 2023 00:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59156E081E; Sun, 14 May 2023 00:31:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 454C4E081E for ; Sun, 14 May 2023 00:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 85CD1340F22 for ; Sun, 14 May 2023 00:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E8CA71 for ; Sun, 14 May 2023 00:31:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684024286.2ea22c2b901b31252ca72dbf08c13ad37319ad6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/metadata.xml net-mail/notmuch/notmuch-0.37-r1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ea22c2b901b31252ca72dbf08c13ad37319ad6a X-VCS-Branch: master Date: Sun, 14 May 2023 00:31:51 +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: 74b3aa47-dbe5-4279-9939-2ebbc94181c5 X-Archives-Hash: 3148268c048f043bff1599d3978a4692 commit: 2ea22c2b901b31252ca72dbf08c13ad37319ad6a Author: Sam James gentoo org> AuthorDate: Sun May 14 00:28:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 14 00:31:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea22c2b net-mail/notmuch: drop invalid USE=valgrind flag (for test suite) We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James gentoo.org> net-mail/notmuch/metadata.xml | 1 - net-mail/notmuch/notmuch-0.37-r1.ebuild | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-mail/notmuch/metadata.xml b/net-mail/notmuch/metadata.xml index ab7d36e4a67a..0ba2d4d8e3f9 100644 --- a/net-mail/notmuch/metadata.xml +++ b/net-mail/notmuch/metadata.xml @@ -16,7 +16,6 @@ Install experimental tag sharing / pseudo-bug-tracking script for Notmuch (see http://notmuchmail.org/nmbug/) - Depend on dev-util/valgrind for test suite Notmuch is a system for indexing, searching, reading, and tagging large diff --git a/net-mail/notmuch/notmuch-0.37-r1.ebuild b/net-mail/notmuch/notmuch-0.37-r1.ebuild index a22d4d8d2108..91db038408c4 100644 --- a/net-mail/notmuch/notmuch-0.37-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.37-r1.ebuild @@ -22,9 +22,9 @@ REQUIRED_USE=" ${PYTHON_REQUIRED_USE} apidoc? ( doc ) nmbug? ( python ) - test? ( crypt emacs python valgrind ) + test? ( crypt emacs python ) " -IUSE="apidoc crypt doc emacs mutt nmbug python test valgrind" +IUSE="apidoc crypt doc emacs mutt nmbug python test" RESTRICT="!test? ( test )" BDEPEND=" @@ -71,7 +71,6 @@ DEPEND="${COMMON_DEPEND} dev-libs/openssl ) ) - valgrind? ( dev-util/valgrind ) " RDEPEND="${COMMON_DEPEND}