This is so that lua_gen_foo() calls die on mentions of formerly
supported implementations, allowing for such mentions to be gradually
removed from ebuilds which contain them.

Signed-off-by: Marek Szuba <mare...@gentoo.org>
---
 eclass/lua-single.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
index ab4fdb3c75a..f55c3f80948 100644
--- a/eclass/lua-single.eclass
+++ b/eclass/lua-single.eclass
@@ -348,7 +348,7 @@ _lua_verify_patterns() {
 
        local impl pattern
        for pattern; do
-               for impl in "${_LUA_ALL_IMPLS[@]}"; do
+               for impl in "${_LUA_ALL_IMPLS[@]}" 
"${_LUA_HISTORICAL_IMPLS[@]}"; do
                        [[ ${impl} == ${pattern/./-} ]] && continue 2
                done
 
-- 
2.31.1


Reply via email to