summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--waftools/checks/custom.py1
1 files changed, 0 insertions, 1 deletions
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
]