commit: c4fc828285cd9b0149e30d1f8f527e3e418025e4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 13:25:03 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 13:33:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fc8282
kde5-functions.eclass: enable 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 709ca98..7b021d2 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