From fa903f3eeb461246c4862e76c8ce53e974a58dd9 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Fri, 11 Dec 2020 18:11:00 -0500 Subject: Revert "build: recognize Lua 5.1 on Arch Linux" The existing "51obsd" is identical, and can be used to explicitly select Lua 5.1 on Arch if necessary. This reverts commit 36e569b242a2825b861f8f4bcef9f2ce520bc6d3. --- waftools/checks/custom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index b3174e947f..36c1d85d06 100644 --- a/waftools/checks/custom.py +++ b/waftools/checks/custom.py @@ -66,7 +66,6 @@ def check_lua(ctx, dependency_identifier): ( 'luajit', 'luajit >= 2.0.0' ), ( '51', 'lua >= 5.1.0 lua < 5.2.0'), ( '51obsd', 'lua51 >= 5.1.0'), # OpenBSD - ( '51arch', 'lua51 >= 5.1.0'), # Arch ( '51deb', 'lua5.1 >= 5.1.0'), # debian ( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD ] -- cgit v1.2.3