Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Fri, 25 Jun 2021 12:10:23
Message-Id: 1624623003.6d61bcc03850ed53bf0a2830d5141895eb6509ac.marecki@gentoo
1 commit: 6d61bcc03850ed53bf0a2830d5141895eb6509ac
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 11:51:02 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 12:10:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d61bcc0
7
8 dev-db/redis-5.0.12: do not depend on unslotted Lua, even conditionally
9
10 The last ebuild in the tree which did!
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-db/redis/redis-5.0.12.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/dev-db/redis/redis-5.0.12.ebuild b/dev-db/redis/redis-5.0.12.ebuild
18 index 70f779e9dbd..fb5159d282a 100644
19 --- a/dev-db/redis/redis-5.0.12.ebuild
20 +++ b/dev-db/redis/redis-5.0.12.ebuild
21 @@ -16,11 +16,9 @@ RESTRICT="!test? ( test )"
22 SLOT="0"
23
24 # Redis does NOT build with Lua 5.2 or newer at this time.
25 -# This should link correctly with both unslotted & slotted Lua, without
26 -# changes.
27 COMMON_DEPEND="
28 luajit? ( dev-lang/luajit:2 )
29 - !luajit? ( || ( dev-lang/lua:5.1 =dev-lang/lua-5.1*:0 ) )
30 + !luajit? ( dev-lang/lua:5.1 )
31 tcmalloc? ( dev-util/google-perftools )
32 jemalloc? ( >=dev-libs/jemalloc-5.1:= )"