commit:     2359ab7be2180fce8a9a7f5a8ec5267f7ebe6495
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 04:36:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 04:36:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2359ab7b

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 <sam <AT> gentoo.org>

 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 745f217d7d28..69d86b402253 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
 

Reply via email to