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/nullmailer/
Date: Wed, 23 Mar 2022 01:08:18 +0000 (UTC)	[thread overview]
Message-ID: <1647997685.4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc.sam@gentoo> (raw)

commit:     4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 29 19:01:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/20604
Signed-off-by: Sam James <sam <AT> 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
 


             reply	other threads:[~2022-03-23  1:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23  1:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06  3:37 [gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/ Sam James
2022-05-05  2:40 WANG Xuerui
2022-03-10 21:12 Sam James
2022-01-24 19:19 Sam James
2021-08-04 14:26 Yixun Lan
2021-07-24 15:22 Sam James
2021-07-16 21:44 Sam James
2021-07-15 21:42 Sam James
2021-07-09 22:36 Conrad Kostecki
2021-07-09 22:36 Conrad Kostecki
2021-04-23  6:53 Michael Haubenwallner
2020-03-07 15:59 Mikle Kolyada
2020-03-07 15:58 Mikle Kolyada
2019-11-28 10:55 Agostino Sarubbo
2019-11-27 13:30 Thomas Deutschmann
2019-11-27 12:56 Agostino Sarubbo
2019-04-01  8:36 Michael Haubenwallner
2019-04-01  8:30 Michael Haubenwallner
2017-05-27 18:41 Robin H. Johnson
2017-05-27 18:41 Robin H. Johnson
2017-05-27 16:16 Robin H. Johnson
2017-05-25 10:44 Agostino Sarubbo
2016-11-12 14:21 Justin Lecher
2016-07-07  4:09 Benda XU
2016-03-07 21:40 Mike Frysinger
2016-03-07 21:40 Mike Frysinger

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=1647997685.4f8c49d13e49fc5818e759e3b6f6b4020a8b49cc.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