summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-5.0.12.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/redis/redis-5.0.12.ebuild')
-rw-r--r--dev-db/redis/redis-5.0.12.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-db/redis/redis-5.0.12.ebuild b/dev-db/redis/redis-5.0.12.ebuild
index 70f779e9dbd9..fb5159d282a5 100644
--- a/dev-db/redis/redis-5.0.12.ebuild
+++ b/dev-db/redis/redis-5.0.12.ebuild
@@ -16,11 +16,9 @@ RESTRICT="!test? ( test )"
SLOT="0"
# Redis does NOT build with Lua 5.2 or newer at this time.
-# This should link correctly with both unslotted & slotted Lua, without
-# changes.
COMMON_DEPEND="
luajit? ( dev-lang/luajit:2 )
- !luajit? ( || ( dev-lang/lua:5.1 =dev-lang/lua-5.1*:0 ) )
+ !luajit? ( dev-lang/lua:5.1 )
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-5.1:= )"