summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-06-03 08:52:16 +0200
committerUlrich Müller <ulm@gentoo.org>2018-06-08 09:08:28 +0200
commit7f72da569334e2e7c0af86eb7362ca54c0d2ff48 (patch)
tree1bf5df5370b49d94729470a329b98a008021aa06 /eclass
parentreadme.gentoo{,-r1}.eclass: Fix @BLURB. (diff)
downloadgentoo-7f72da569334e2e7c0af86eb7362ca54c0d2ff48.tar.gz
gentoo-7f72da569334e2e7c0af86eb7362ca54c0d2ff48.tar.bz2
gentoo-7f72da569334e2e7c0af86eb7362ca54c0d2ff48.zip
readme.gentoo-r1.eclass: Support EAPI 7.
No changes appear to be necessary, other than updating the case statement.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/readme.gentoo-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
index a9f91cb10e38..78cbead639d3 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}"