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 A9211139694 for ; Tue, 16 May 2017 06:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ACCE21C06D; Tue, 16 May 2017 06:35:09 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D74121C06D for ; Tue, 16 May 2017 06:35:09 +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 6183D3416E1 for ; Tue, 16 May 2017 06:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BAF4EBE for ; Tue, 16 May 2017 06:35:06 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1494916494.c60b2cb3961f35c056ede5fe3ab261c00720e4b4.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendmarc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/opendmarc/opendmarc-1.3.2-r1.ebuild mail-filter/opendmarc/opendmarc-1.3.2.ebuild X-VCS-Directories: mail-filter/opendmarc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c60b2cb3961f35c056ede5fe3ab261c00720e4b4 X-VCS-Branch: master Date: Tue, 16 May 2017 06:35:06 +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-Archives-Salt: e0df36e3-6242-434c-aadb-cd0522feb809 X-Archives-Hash: 605804f2065d11c72a77701eab1797d3 commit: c60b2cb3961f35c056ede5fe3ab261c00720e4b4 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 16 06:34:54 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 16 06:34:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60b2cb3 mail-filter/opendmarc: ensure we don't use bundled libspf, thanks Richard Hering, bug #618284 Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../opendmarc/{opendmarc-1.3.2.ebuild => opendmarc-1.3.2-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail-filter/opendmarc/opendmarc-1.3.2.ebuild b/mail-filter/opendmarc/opendmarc-1.3.2-r1.ebuild similarity index 89% rename from mail-filter/opendmarc/opendmarc-1.3.2.ebuild rename to mail-filter/opendmarc/opendmarc-1.3.2-r1.ebuild index 5b2effd5d43..50e8bb5bf2d 100644 --- a/mail-filter/opendmarc/opendmarc-1.3.2.ebuild +++ b/mail-filter/opendmarc/opendmarc-1.3.2-r1.ebuild @@ -30,7 +30,9 @@ src_configure() { econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - $(use_with spf) + $(use_with spf) \ + $(use_with spf spf2-include "${EPREFIX}"/usr/include/spf2) \ + $(use_with spf spf2-lib "${EPREFIX}"/usr/lib) } src_install() {