From 7f72da569334e2e7c0af86eb7362ca54c0d2ff48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 3 Jun 2018 08:52:16 +0200 Subject: [PATCH] readme.gentoo-r1.eclass: Support EAPI 7. No changes appear to be necessary, other than updating the case statement. --- eclass/readme.gentoo-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass index a9f91cb10e38a..78cbead639d34 100644 --- a/eclass/readme.gentoo-r1.eclass +++ b/eclass/readme.gentoo-r1.eclass @@ -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}"