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 593C6158013 for ; Sat, 28 Aug 2021 18:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BE8E083E; Sat, 28 Aug 2021 18:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 818DDE083E for ; Sat, 28 Aug 2021 18:20:55 +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 92097342B14 for ; Sat, 28 Aug 2021 18:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3E6176 for ; Sat, 28 Aug 2021 18:20:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630174841.d94e39e32f48c8066282a86c43671e126c5c05b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/rspamd/rspamd-2.7-r103.ebuild X-VCS-Directories: mail-filter/rspamd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d94e39e32f48c8066282a86c43671e126c5c05b0 X-VCS-Branch: master Date: Sat, 28 Aug 2021 18:20:52 +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: f41799d2-6117-4dcc-8336-43689a082b59 X-Archives-Hash: 61045da2fc3fddc61f96f62862e08e1b commit: d94e39e32f48c8066282a86c43671e126c5c05b0 Author: Petr Vaněk atlas cz> AuthorDate: Sat Aug 28 11:45:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 28 18:20:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94e39e3 mail-filter/rspamd: disable lua5-3 This version does not work with lua5-3, because currently required stable revision of LuaBitOp does not support lua5-3. Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/22140 Signed-off-by: Sam James gentoo.org> mail-filter/rspamd/rspamd-2.7-r103.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/rspamd/rspamd-2.7-r103.ebuild b/mail-filter/rspamd/rspamd-2.7-r103.ebuild index e6150736669..8a361f82f03 100644 --- a/mail-filter/rspamd/rspamd-2.7-r103.ebuild +++ b/mail-filter/rspamd/rspamd-2.7-r103.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..2} luajit ) inherit cmake lua-single pax-utils systemd tmpfiles