public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/
Date: Sun, 31 Dec 2023 02:45:31 +0000 (UTC)	[thread overview]
Message-ID: <1703990388.84ca6a9211958d303a421d35c93bac1a5baaee86.conikost@gentoo> (raw)

commit:     84ca6a9211958d303a421d35c93bac1a5baaee86
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 29 21:50:09 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:39:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ca6a92

mail-filter/zdkimfilter: fix calling ar directly, bug #893258

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/893258
Closes: https://github.com/gentoo/gentoo/pull/34550
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
index 495b98b46cd9..928a0c563b2b 100644
--- a/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
+++ b/mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild
@@ -2,9 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
+inherit toolchain-funcs
+
 DESCRIPTION="DKIM filter for Courier-MTA"
 HOMEPAGE="https://www.tana.it/sw/zdkimfilter"
 SRC_URI="https://www.tana.it/sw/zdkimfilter/${P}.tar.gz"
+
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -26,6 +30,10 @@ src_configure() {
 	econf $(use_enable debug)
 }
 
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
 src_install() {
 	emake DESTDIR="${D}" install
 	diropts -o mail -g mail


             reply	other threads:[~2023-12-31  2:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31  2:45 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24 17:10 [gentoo-commits] repo/gentoo:master commit in: mail-filter/zdkimfilter/ Hanno Böck
2025-01-24 17:09 Hanno Böck
2024-09-20  5:50 Hanno Böck
2024-06-06 11:26 Hanno Böck
2024-04-20 14:21 Hanno Böck
2024-04-20 14:19 Hanno Böck
2024-01-19 13:06 Hanno Böck
2023-03-30  7:52 Hanno Böck
2023-03-10 20:43 Hanno Böck
2023-03-10  9:31 Hanno Böck
2023-02-04 17:43 Hanno Böck
2023-02-04 13:50 Hanno Böck
2020-09-09  9:08 Hanno Böck
2020-05-06  9:16 Hanno Böck
2019-11-16  7:38 Hanno Böck
2016-03-18 19:11 Michał Górny

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=1703990388.84ca6a9211958d303a421d35c93bac1a5baaee86.conikost@gentoo \
    --to=conikost@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