commit:     448a97d25a56d8c3e23666aa8f74eaaa77560d86
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 07:51:06 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 07:51:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448a97d2

eclass/prefix: add support for EAPI=8

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 eclass/prefix.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
index da6f63bcc50..0571dd1fb20 100644
--- a/eclass/prefix.eclass
+++ b/eclass/prefix.eclass
@@ -5,7 +5,7 @@
 # @MAINTAINER:
 # Feel free to contact the Prefix team through <[email protected]> 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
 

Reply via email to