check-reqs.eclass: update to EAPI7
authorJason Zaman <perfinion@gentoo.org>
Mon, 17 Sep 2018 11:18:37 +0000 (19:18 +0800)
committerJason Zaman <perfinion@gentoo.org>
Fri, 21 Sep 2018 16:05:36 +0000 (00:05 +0800)
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
eclass/check-reqs.eclass

index d1ed395c8b13f78ea4f919e6bc5ef141c7624720..689944c877002762212e7b907eefd400aec6d8e9 100644 (file)
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Bo Ørsted Andresen <zlin@gentoo.org>
 # Original Author: Ciaran McCreesh <ciaranm@gentoo.org>
-# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
 # @BLURB: Provides a uniform way of handling ebuild which have very high build requirements
 # @DESCRIPTION:
 # This eclass provides a uniform way of handling ebuilds which have very high
@@ -63,7 +63,7 @@ if [[ ! ${_CHECK_REQS_ECLASS_} ]]; then
 EXPORT_FUNCTIONS pkg_setup
 case "${EAPI:-0}" in
        0|1|2|3) ;;
-       4|5|6) EXPORT_FUNCTIONS pkg_pretend ;;
+       4|5|6|7) EXPORT_FUNCTIONS pkg_pretend ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac