From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1261922-garchives=archives.gentoo.org@lists.gentoo.org> 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 4F5411382C5 for <garchives@archives.gentoo.org>; Tue, 16 Mar 2021 17:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FDB0E0845; Tue, 16 Mar 2021 17:37:09 +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 7BB83E0848 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 17:37:09 +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 AFA1B340DD9 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 17:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BC25C5 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 17:37:05 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1615915720.b41e41af84a673b8cca1c92413c6f4965ca96f90.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luarocks/luarocks-3.5.0.ebuild X-VCS-Directories: dev-lua/luarocks/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b41e41af84a673b8cca1c92413c6f4965ca96f90 X-VCS-Branch: master Date: Tue, 16 Mar 2021 17:37:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3baaaa6d-1f51-411b-9696-6b1cb8642e55 X-Archives-Hash: cee9c954aea12a6920c08333cf28df5a commit: b41e41af84a673b8cca1c92413c6f4965ca96f90 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Mar 16 17:02:23 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 17:28:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41e41af dev-lua/luarocks: add lua5-4 support Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/luarocks/luarocks-3.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luarocks/luarocks-3.5.0.ebuild b/dev-lua/luarocks/luarocks-3.5.0.ebuild index c8e7bde648f..46efa852a93 100644 --- a/dev-lua/luarocks/luarocks-3.5.0.ebuild +++ b/dev-lua/luarocks/luarocks-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua-single