commit:     60ece27b54550bedcc19e4a8a799c1df5d5f774b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 11:03:07 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 11:04:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ece27b

oasis.eclass: Fix @SUPPORTED_EAPIS.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/oasis.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
index 3071243265b..bcc46b4af32 100644
--- a/eclass/oasis.eclass
+++ b/eclass/oasis.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: oasis.eclass
@@ -6,7 +6,7 @@
 # maintainer-nee...@gentoo.org
 # @AUTHOR:
 # Original Author: Alexis Ballier <aball...@gentoo.org>
-# @SUPPORTED_EAPIS: 3 4 5 6 7
+# @SUPPORTED_EAPIS: 3 4 5
 # @BLURB: Provides common ebuild phases for oasis-based packages.
 # @DESCRIPTION:
 # Provides common ebuild phases for oasis-based packages.
@@ -51,6 +51,7 @@
 
 inherit multilib findlib eutils base
 
+# Implicitly limited to EAPI 5 or earlier because of base.eclass
 case ${EAPI:-0} in
        0|1|2) die "You need at least EAPI-3 to use oasis.eclass";;
        3|4) RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]";;

Reply via email to