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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E326515808D for ; Fri, 22 Apr 2022 17:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C876E08F0; Fri, 22 Apr 2022 17:46:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44D6DE08ED for ; Fri, 22 Apr 2022 17:46:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EACAC3419DD for ; Fri, 22 Apr 2022 17:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73317398 for ; Fri, 22 Apr 2022 17:46:44 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1650649586.65700246aa7143d1fa622f67756c239a7e7981af.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-1.6.10.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 65700246aa7143d1fa622f67756c239a7e7981af X-VCS-Branch: master Date: Fri, 22 Apr 2022 17:46:44 +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: da3e1493-3b83-4458-8c54-abc0f13e8013 X-Archives-Hash: 2fbd15e1767189820088577b98d0e313 commit: 65700246aa7143d1fa622f67756c239a7e7981af Author: Matthew Smith gentoo org> AuthorDate: Fri Apr 22 17:44:10 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Fri Apr 22 17:46:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65700246 net-mail/mu: explicitly call emake test Closes: https://bugs.gentoo.org/836782 Signed-off-by: Matthew Smith gentoo.org> net-mail/mu/mu-1.6.10.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-mail/mu/mu-1.6.10.ebuild b/net-mail/mu/mu-1.6.10.ebuild index ce62a8d42dd1..7900e1384200 100644 --- a/net-mail/mu/mu-1.6.10.ebuild +++ b/net-mail/mu/mu-1.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,6 +38,12 @@ src_configure() { econf "${myeconfargs[@]}" } +src_test() { + # On some systems make -n errors out so the default src_test + # implementation does not call the tests. Bug #836782 + emake test +} + src_install() { default find "${ED}" -name '*.la' -type f -delete || die