summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-14 01:28:46 +0100
committerSam James <sam@gentoo.org>2023-05-14 01:31:26 +0100
commit2ea22c2b901b31252ca72dbf08c13ad37319ad6a (patch)
treefccd50b84aca2f2ad3fbd74291d35597ac89fa7a /net-mail
parentnet-mail/notmuch: drop 0.32.2-r1, 0.37 (diff)
downloadgentoo-2ea22c2b901b31252ca72dbf08c13ad37319ad6a.tar.gz
gentoo-2ea22c2b901b31252ca72dbf08c13ad37319ad6a.tar.bz2
gentoo-2ea22c2b901b31252ca72dbf08c13ad37319ad6a.zip
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@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/metadata.xml1
-rw-r--r--net-mail/notmuch/notmuch-0.37-r1.ebuild5
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}