Signed-off-by: David Seifert <
soap@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 <
ml@gentoo.org>
# @AUTHOR:
# Alexis Ballier <
aballier@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
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)