Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
Date: Tue, 31 May 2016 06:45:10
Message-Id: 1464677084.5bf849f573769dee22f2cdda9f697ccfde93bb33.grobian@gentoo
1 commit: 5bf849f573769dee22f2cdda9f697ccfde93bb33
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 06:44:44 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 06:44:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf849f5
7
8 mail-mta/exim: fix redis support, thanks hizel in bug #584150
9
10 Package-Manager: portage-2.2.28
11
12 mail-mta/exim/exim-4.87.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild
16 index 6884dfb..2920b3a 100644
17 --- a/mail-mta/exim/exim-4.87.ebuild
18 +++ b/mail-mta/exim/exim-4.87.ebuild
19 @@ -222,7 +222,7 @@ src_configure() {
20
21 if use redis; then
22 cat >> Makefile <<- EOC
23 - EXPERIMENTAL_REDIS=yes
24 + LOOKUP_REDIS=yes
25 LOOKUP_LIBS += -lhiredis
26 EOC
27 fi