From 3cef7dc7c93537384dddf71cf96f57931467644d Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 5 Jul 2021 23:06:03 +0100 Subject: ghc-package.eclass: allow EAPI=8 Signed-off-by: Sergei Trofimovich --- eclass/ghc-package.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/ghc-package.eclass') diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 71e84af3444f..e91fb2912f65 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -4,7 +4,7 @@ # @ECLASS: ghc-package.eclass # @MAINTAINER: # "Gentoo's Haskell Language team" -# @SUPPORTED_EAPIS: 6 7 +# @SUPPORTED_EAPIS: 6 7 8 # @AUTHOR: # Original Author: Andres Loeh # @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility. @@ -15,7 +15,7 @@ inherit multiprocessing # Maintain version-testing compatibility with ebuilds not using EAPI 7. case "${EAPI:-0}" in - 7) ;; + 7|8) ;; 6) inherit eapi7-ver ;; *) die "EAPI ${EAPI} unsupported." ;; esac -- cgit v1.2.3-18-g5258