Signed-off-by: William Hubbs <[email protected]>
---
 eclass/lua-single.eclass | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
index 7abe1eb6674..3d7ef974bef 100644
--- a/eclass/lua-single.eclass
+++ b/eclass/lua-single.eclass
@@ -63,13 +63,10 @@
 # @CODE
 
 case ${EAPI:-0} in
-       0|1|2|3|4|5|6)
-               die "Unsupported EAPI=${EAPI} (too old) for ${ECLASS}"
-               ;;
        7|8)
                ;;
        *)
-               die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
+               die "Unsupported EAPI=${EAPI} for ${ECLASS}"
                ;;
 esac
 
-- 
2.31.1


Reply via email to