commit:     d67c6fe38d4072006533c6890b7de61ca0faa228
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 09:28:57 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 08:15:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67c6fe3

ssl-cert.eclass: allow EAPI=7

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 eclass/ssl-cert.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass
index b5b4250ef22..01783b75848 100644
--- a/eclass/ssl-cert.eclass
+++ b/eclass/ssl-cert.eclass
@@ -18,7 +18,7 @@ case "${EAPI:-0}" in
        0)
                die "${ECLASS}.eclass: EAPI=0 is not supported.  Please upgrade 
to EAPI >= 1."
                ;;
-       1|2|3|4|5|6)
+       1|2|3|4|5|6|7)
                ;;
        *)
                die "${ECLASS}.eclass: EAPI=${EAPI} is not supported yet."

Reply via email to