public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/
Date: Mon, 06 Jan 2025 04:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1736136950.659e9d57f19c606bec9bc7ba69c956c4abf80ddd.sam@gentoo> (raw)

commit:     659e9d57f19c606bec9bc7ba69c956c4abf80ddd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 04:14:40 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}


             reply	other threads:[~2025-01-06  4:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06  4:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06  4:16 [gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/ Sam James
2025-01-06  4:16 Sam James
2024-12-30 14:04 Sam James
2024-12-30 14:04 Sam James
2024-04-18 22:39 Marek Szuba
2024-04-18 22:39 Marek Szuba
2024-03-29 13:23 Marek Szuba
2024-01-24 16:43 Marek Szuba
2024-01-24 16:43 Marek Szuba
2023-12-16 21:39 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-08-23 21:06 Marek Szuba
2023-08-23 21:06 Marek Szuba
2023-08-21 22:31 Marek Szuba
2023-08-21 18:16 Marek Szuba
2023-08-09 18:14 Piotr Karbowski
2023-04-10 13:47 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736136950.659e9d57f19c606bec9bc7ba69c956c4abf80ddd.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox