From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF23A1383A6 for ; Fri, 25 Jun 2021 12:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1B0E08E0; Fri, 25 Jun 2021 12:10:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B602E08E8 for ; Fri, 25 Jun 2021 12:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 195B3335C9A for ; Fri, 25 Jun 2021 12:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46EFF7BC for ; Fri, 25 Jun 2021 12:10:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1624623003.6d61bcc03850ed53bf0a2830d5141895eb6509ac.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/redis/redis-5.0.12.ebuild X-VCS-Directories: dev-db/redis/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6d61bcc03850ed53bf0a2830d5141895eb6509ac X-VCS-Branch: master Date: Fri, 25 Jun 2021 12:10:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43a45ad5-9b80-49c7-b835-6a0d7d36a93e X-Archives-Hash: fdefde03a513cac7fd6ea480b8d1ebd9 commit: 6d61bcc03850ed53bf0a2830d5141895eb6509ac Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 25 11:51:02 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 25 12:10:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d61bcc0 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 gentoo.org> dev-db/redis/redis-5.0.12.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-db/redis/redis-5.0.12.ebuild b/dev-db/redis/redis-5.0.12.ebuild index 70f779e9dbd..fb5159d282a 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:= )"