From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 54A5E15812D for ; Mon, 06 Jan 2025 04:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E1DE07B3; Mon, 06 Jan 2025 04:16:38 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 0F05AE07AE for ; Mon, 06 Jan 2025 04:16:38 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 248A333DF47 for ; Mon, 06 Jan 2025 04:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1FB41BA5 for ; Mon, 06 Jan 2025 04:16:35 +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: <1736136950.659e9d57f19c606bec9bc7ba69c956c4abf80ddd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild X-VCS-Directories: mail-mta/proton-mail-bridge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 659e9d57f19c606bec9bc7ba69c956c4abf80ddd X-VCS-Branch: master Date: Mon, 06 Jan 2025 04:16:35 +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: f30e2558-fb49-48fb-8ba5-cd5e64972f3b X-Archives-Hash: 6319e962787f61d634c95d2deee57e36 commit: 659e9d57f19c606bec9bc7ba69c956c4abf80ddd Author: Sam James gentoo org> AuthorDate: Mon Jan 6 04:14:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 04:15:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659e9d57 mail-mta/proton-mail-bridge: fix src_test The test change was wrong. Tests are restricted but if you unrestrict, the default doesn't work, because it uses cmake_src_test which finds nothing. Need to keep the explicit emake test call to use the test target from the Makefile instead. Also, use -Onone because of what the targets in the Makefile do here to avoid no output for long stretches of the build. Signed-off-by: Sam James gentoo.org> mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild index f7c426050794..09ece2bf26ab 100644 --- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild +++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1-r1.ebuild @@ -85,7 +85,7 @@ src_configure() { } src_compile() { - emake build-nogui + emake -Onone build-nogui if use gui; then BUILD_DIR="${WORKDIR}"/gui_build \ @@ -94,6 +94,10 @@ src_compile() { fi } +src_test() { + emake -Onone test +} + src_install() { exeinto /usr/bin newexe bridge ${PN}