readme.gentoo-r1.eclass: Support EAPI 7.
authorUlrich Müller <ulm@gentoo.org>
Sun, 3 Jun 2018 06:52:16 +0000 (08:52 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 8 Jun 2018 07:08:28 +0000 (09:08 +0200)
No changes appear to be necessary, other than updating the case
statement.

eclass/readme.gentoo-r1.eclass

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