commit:     53b24b21213a2b765e1af674412feb2f8401069f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 07:24:36 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 07:56:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=53b24b21

kde5-functions.eclass: add intial EAPI 6 support

 eclass/kde5-functions.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 74f6a02..db460d5 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -19,7 +19,7 @@ inherit toolchain-funcs versionator
 # @DESCRIPTION:
 # Currently EAPI 5 is supported.
 case ${EAPI} in
-       5) ;;
+       5|6) ;;
        *) die "EAPI=${EAPI:-0} is not supported" ;;
 esac
 

Reply via email to