Signed-off-by: David Seifert <s...@gentoo.org>
---
 eclass/opam.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/opam.eclass b/eclass/opam.eclass
index b667bf31f15..197c3256f01 100644
--- a/eclass/opam.eclass
+++ b/eclass/opam.eclass
@@ -7,14 +7,14 @@
 # ML <m...@gentoo.org>
 # @AUTHOR:
 # Alexis Ballier <aball...@gentoo.org>
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: Provides functions for installing opam packages.
 # @DESCRIPTION:
 # Provides dependencies on opam and ocaml, opam-install and a default
 # src_install for opam-based packages.
 
 case ${EAPI} in
-       7) ;;
+       7|8) ;;
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
-- 
2.35.1


Reply via email to