From 2359ab7be2180fce8a9a7f5a8ec5267f7ebe6495 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 16 Jun 2025 05:36:41 +0100 Subject: [PATCH] dev-libs/gmime: run tests w/ -j1 This probably explains what I mentioned in 7cf1051144eb896ce0743d5864aab39f5b5eeba8. Per the upstream bug, the same GNUPG_HOME is used by two tests. Bug: https://github.com/jstedfast/gmime/issues/177 Signed-off-by: Sam James --- dev-libs/gmime/gmime-3.2.15-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/gmime/gmime-3.2.15-r1.ebuild b/dev-libs/gmime/gmime-3.2.15-r1.ebuild index 745f217d7d282..69d86b402253a 100644 --- a/dev-libs/gmime/gmime-3.2.15-r1.ebuild +++ b/dev-libs/gmime/gmime-3.2.15-r1.ebuild @@ -66,6 +66,11 @@ src_compile() { fi } +src_test() { + # -j1: https://github.com/jstedfast/gmime/issues/177 + emake -j1 check +} + src_install() { gnome2_src_install