On 7/19/21 2:50 AM, mpag...@gentoo.org wrote:
From: Mike Pagano <mpag...@gentoo.org>

Signed-off-by: Mike Pagano <mpag...@gentoo.org>
---
  eclass/kernel-2.eclass | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 831dd5b5d..f94dd9c43 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -8,7 +8,7 @@
  # John Mylchreest <jo...@gentoo.org>
  # Mike Pagano <mpag...@gentoo.org>
  # <so many, many others, please add yourself>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
  # @BLURB: Eclass for kernel packages
  # @DESCRIPTION:
  # This is the kernel.eclass rewrite for a clean base regarding the 2.6
@@ -201,7 +201,7 @@
  inherit estack toolchain-funcs
  [[ ${EAPI:-0} == 6 ]] && inherit eapi7-ver
  case ${EAPI:-0} in
-       6|7)
+       6|7|8)
                EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
                        pkg_{setup,preinst,postinst,postrm} ;;
        *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;


looks good for me

Attachment: OpenPGP_0x1D6802D75C10FEF6.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to