From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6695913829C for ; Tue, 31 May 2016 06:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77E3521C01D; Tue, 31 May 2016 06:45:08 +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 20C4521C01D for ; Tue, 31 May 2016 06:45:08 +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 C031F340C3C for ; Tue, 31 May 2016 06:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5325495D for ; Tue, 31 May 2016 06:45:02 +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: <1464677084.5bf849f573769dee22f2cdda9f697ccfde93bb33.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.87.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5bf849f573769dee22f2cdda9f697ccfde93bb33 X-VCS-Branch: master Date: Tue, 31 May 2016 06:45:02 +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: aa64b42c-cd61-498b-9821-6a7d94ce250d X-Archives-Hash: 99487deeb13b28fa92627e9f2dbe0f4b commit: 5bf849f573769dee22f2cdda9f697ccfde93bb33 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 31 06:44:44 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 31 06:44:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf849f5 mail-mta/exim: fix redis support, thanks hizel in bug #584150 Package-Manager: portage-2.2.28 mail-mta/exim/exim-4.87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild index 6884dfb..2920b3a 100644 --- a/mail-mta/exim/exim-4.87.ebuild +++ b/mail-mta/exim/exim-4.87.ebuild @@ -222,7 +222,7 @@ src_configure() { if use redis; then cat >> Makefile <<- EOC - EXPERIMENTAL_REDIS=yes + LOOKUP_REDIS=yes LOOKUP_LIBS += -lhiredis EOC fi