llvm.eclass: Enable EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Tue, 30 Apr 2019 05:33:42 +0000 (07:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 May 2019 04:59:15 +0000 (06:59 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/llvm.eclass

index e4ebb937371674e74c7367d7ac33f5993e557486..129081a270863fc2f7846da3ea5a82f6f83d4bc0 100644 (file)
@@ -60,7 +60,7 @@ case "${EAPI:-0}" in
        0|1|2|3|4|5)
                die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
                ;;
-       6)
+       6|7)
                ;;
        *)
                die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"