Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/
Date: Sun, 22 Aug 2021 15:14:31
Message-Id: 1629645233.af6acb29940e45a2a97da00fbb32f9ba6bb051d3.sam@gentoo
1 commit: af6acb29940e45a2a97da00fbb32f9ba6bb051d3
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Aug 22 08:01:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 15:13:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6acb29
7
8 net-mail/vpopmail: respect ar and ranlib settings from toolchain
9
10 Closes: https://bugs.gentoo.org/809509
11 Closes: https://bugs.gentoo.org/809512
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../vpopmail/{vpopmail-5.4.33-r8.ebuild => vpopmail-5.4.33-r9.ebuild} | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild
19 similarity index 98%
20 rename from net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild
21 rename to net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild
22 index d932f6d0159..b70518ef178 100644
23 --- a/net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild
24 +++ b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild
25 @@ -138,6 +138,9 @@ src_configure() {
26 $(use_enable maildrop) \
27 $(use_enable maildrop maildrop-prog /usr/bin/maildrop) \
28 $(use_enable spamassassin)
29 +
30 + sed "s|'ar |'$(tc-getAR) |;s|'ranlib |'$(tc-getRANLIB) |" -i cdb/Makefile || die
31 + sed "/^AR =/s|= .*|= $(tc-getAR)|" -i Makefile || die
32 }
33
34 src_install() {