summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-05-31 08:44:44 +0200
committerFabian Groffen <grobian@gentoo.org>2016-05-31 08:44:44 +0200
commit5bf849f573769dee22f2cdda9f697ccfde93bb33 (patch)
tree08c333339ebe29e9c1dc4d8239c4f4e659ecb787 /mail-mta
parentdev-python/lxml: Stable for HPPA (bug #577654). (diff)
downloadgentoo-5bf849f573769dee22f2cdda9f697ccfde93bb33.tar.gz
gentoo-5bf849f573769dee22f2cdda9f697ccfde93bb33.tar.bz2
gentoo-5bf849f573769dee22f2cdda9f697ccfde93bb33.zip
mail-mta/exim: fix redis support, thanks hizel in bug #584150
Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/exim-4.87.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild
index 6884dfb8834b..2920b3aa0f2a 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