commit:     2ea22c2b901b31252ca72dbf08c13ad37319ad6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 00:28:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 @@
                <flag name="nmbug">Install experimental tag sharing /
                        pseudo-bug-tracking script for Notmuch
                        (see http://notmuchmail.org/nmbug/)</flag>
-               <flag name="valgrind">Depend on <pkg>dev-util/valgrind</pkg> 
for test suite</flag>
        </use>
        <longdescription lang="en">
                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}

Reply via email to