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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FEEF1580B9 for ; Sun, 22 Aug 2021 15:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9DE4E087E; Sun, 22 Aug 2021 15:14:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D264EE0857 for ; Sun, 22 Aug 2021 15:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE10D340FFC for ; Sun, 22 Aug 2021 15:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35B118CB for ; Sun, 22 Aug 2021 15:14:27 +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: <1629645233.af6acb29940e45a2a97da00fbb32f9ba6bb051d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild X-VCS-Directories: net-mail/vpopmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af6acb29940e45a2a97da00fbb32f9ba6bb051d3 X-VCS-Branch: master Date: Sun, 22 Aug 2021 15:14:27 +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: df2fd0cd-97fa-43d8-98f4-7f70c863a58d X-Archives-Hash: cbbc16feabd23a7efc11e1abcf48ccd6 commit: af6acb29940e45a2a97da00fbb32f9ba6bb051d3 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Aug 22 08:01:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 22 15:13:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6acb29 net-mail/vpopmail: respect ar and ranlib settings from toolchain Closes: https://bugs.gentoo.org/809509 Closes: https://bugs.gentoo.org/809512 Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> .../vpopmail/{vpopmail-5.4.33-r8.ebuild => vpopmail-5.4.33-r9.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild similarity index 98% rename from net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild rename to net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild index d932f6d0159..b70518ef178 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r8.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild @@ -138,6 +138,9 @@ src_configure() { $(use_enable maildrop) \ $(use_enable maildrop maildrop-prog /usr/bin/maildrop) \ $(use_enable spamassassin) + + sed "s|'ar |'$(tc-getAR) |;s|'ranlib |'$(tc-getRANLIB) |" -i cdb/Makefile || die + sed "/^AR =/s|= .*|= $(tc-getAR)|" -i Makefile || die } src_install() {