From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id CCEFE158128 for ; Mon, 16 Jun 2025 04:37:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B963A3426C8 for ; Mon, 16 Jun 2025 04:37:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B050C1104D9; Mon, 16 Jun 2025 04:37:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A1E131104D9 for ; Mon, 16 Jun 2025 04:37:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FE3F3426C8 for ; Mon, 16 Jun 2025 04:37:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB94F29D6 for ; Mon, 16 Jun 2025 04:37:43 +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: <1750048601.2359ab7be2180fce8a9a7f5a8ec5267f7ebe6495.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmime/gmime-3.2.15-r1.ebuild X-VCS-Directories: dev-libs/gmime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2359ab7be2180fce8a9a7f5a8ec5267f7ebe6495 X-VCS-Branch: master Date: Mon, 16 Jun 2025 04:37:43 +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: 564267d7-6e2a-49c2-9a97-c8ab2cd94ca6 X-Archives-Hash: c772abd84a3e9b8b530003d116ed4fa1 commit: 2359ab7be2180fce8a9a7f5a8ec5267f7ebe6495 Author: Sam James gentoo org> AuthorDate: Mon Jun 16 04:36:41 2025 +0000 Commit: Sam James gentoo 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 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