summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-06-29 09:51:06 +0200
committerFabian Groffen <grobian@gentoo.org>2021-06-29 09:51:06 +0200
commit448a97d25a56d8c3e23666aa8f74eaaa77560d86 (patch)
tree019192c9da30aab54aa8246281d605192832cbbe /eclass
parentwww-client/opera-developer: remove old (diff)
downloadgentoo-448a97d25a56d8c3e23666aa8f74eaaa77560d86.tar.gz
gentoo-448a97d25a56d8c3e23666aa8f74eaaa77560d86.tar.bz2
gentoo-448a97d25a56d8c3e23666aa8f74eaaa77560d86.zip
eclass/prefix: add support for EAPI=8
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/prefix.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
index da6f63bcc50c..0571dd1fb207 100644
--- a/eclass/prefix.eclass
+++ b/eclass/prefix.eclass
@@ -5,7 +5,7 @@
# @MAINTAINER:
# Feel free to contact the Prefix team through <prefix@gentoo.org> if
# you have problems, suggestions or questions.
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 5 6 7 8
# @BLURB: Eclass to provide Prefix functionality
# @DESCRIPTION:
# Gentoo Prefix allows users to install into a self defined offset
@@ -13,7 +13,7 @@
# additional functions and variables which are defined by this eclass.
case ${EAPI:-0} in
- [567]) ;;
+ [5678]) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac