diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-25 12:51:02 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-25 13:10:03 +0100 |
commit | 6d61bcc03850ed53bf0a2830d5141895eb6509ac (patch) | |
tree | 8eae87b32d3b709f5426e2ce5d87b8739936fb42 /dev-db | |
parent | app-eselect/eselect-lua: keyword 4-r1 for ~riscv (diff) | |
download | gentoo-6d61bcc03850ed53bf0a2830d5141895eb6509ac.tar.gz gentoo-6d61bcc03850ed53bf0a2830d5141895eb6509ac.tar.bz2 gentoo-6d61bcc03850ed53bf0a2830d5141895eb6509ac.zip |
dev-db/redis-5.0.12: do not depend on unslotted Lua, even conditionally
The last ebuild in the tree which did!
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-5.0.12.ebuild | 4 |
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:= )" |