readme.gentoo-r1.eclass: Support EAPI 7.

No changes appear to be necessary, other than updating the case
statement.
This commit is contained in:
Ulrich Müller
2018-06-03 08:52:16 +02:00
parent dd04886421
commit 7f72da5693

View 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}"