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 B656F13832E for ; Wed, 27 Jul 2016 19:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDD3321C051; Wed, 27 Jul 2016 19:55:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66F8A21C051 for ; Wed, 27 Jul 2016 19:55:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03E46340A35 for ; Wed, 27 Jul 2016 19:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECDF27D4 for ; Wed, 27 Jul 2016 19:55:08 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1469649296.3170f0a9b386ec7c689d9dd6e0ef2caaa0ef0886.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/rmilter/rmilter-1.9.0.ebuild X-VCS-Directories: mail-filter/rmilter/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 3170f0a9b386ec7c689d9dd6e0ef2caaa0ef0886 X-VCS-Branch: master Date: Wed, 27 Jul 2016 19:55:08 +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: 4e6dcb71-b64a-4c35-9af9-96551af917f0 X-Archives-Hash: 9d1e29668d5f00441ccd16404a51bfbb commit: 3170f0a9b386ec7c689d9dd6e0ef2caaa0ef0886 Author: Dirkjan Ochtman gentoo org> AuthorDate: Tue Jul 26 19:08:01 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Wed Jul 27 19:54:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3170f0a9 mail-filter/rmilter: fix handling of dkim USE flag Package-Manager: portage-2.2.28 mail-filter/rmilter/rmilter-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/rmilter/rmilter-1.9.0.ebuild b/mail-filter/rmilter/rmilter-1.9.0.ebuild index ff93b7f..4bcfbed 100644 --- a/mail-filter/rmilter/rmilter-1.9.0.ebuild +++ b/mail-filter/rmilter/rmilter-1.9.0.ebuild @@ -30,7 +30,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( - -DENABLE-DKIM=$(usex dkim ON OFF) + -DENABLE_DKIM=$(usex dkim ON OFF) -DENABLE_MEMCACHED=$(usex memcached ON OFF) ) cmake-utils_src_configure