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 C0A6915808B for ; Wed, 23 Mar 2022 01:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE4B2E08F0; Wed, 23 Mar 2022 01:08:21 +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 F240EE08F0 for ; Wed, 23 Mar 2022 01:08:20 +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 943273430DF for ; Wed, 23 Mar 2022 01:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486C732A for ; Wed, 23 Mar 2022 01:08:18 +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: <1647997685.4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/nullmailer/nullmailer-2.2-r2.ebuild X-VCS-Directories: mail-mta/nullmailer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc X-VCS-Branch: master Date: Wed, 23 Mar 2022 01:08:18 +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: 5fcba8ed-db8c-44ee-95a7-68f7317a2423 X-Archives-Hash: 8848b8ca07f3027028d4526bd9fc31b0 commit: 4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Apr 29 19:01:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 01:08:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8c49d1 mail-mta/nullmailer: Set environment variables AR and RANLIB. The build systems falls back to `ar` and `ranlib` otherwise. Closes: https://bugs.gentoo.org/668850 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/20604 Signed-off-by: Sam James gentoo.org> mail-mta/nullmailer/nullmailer-2.2-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild index d92c894e445a..f06e6f5c175b 100644 --- a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic systemd +inherit autotools flag-o-matic systemd toolchain-funcs DESCRIPTION="Simple relay-only local mail transport agent" HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer" @@ -73,6 +73,11 @@ src_configure() { $(use_enable ssl tls) } +src_compile() { + tc-export AR RANLIB + default +} + src_install() { default