commit: 183e96bd765c095b35c15f4a1ede832805befbdd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 19:22:40 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 20 19:22:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=183e96bd
kde5-functions.eclass: Update EAPI doc
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 9fbc35b..435c838 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -17,7 +17,7 @@ inherit toolchain-funcs versionator
# @ECLASS-VARIABLE: EAPI
# @DESCRIPTION:
-# Currently EAPI 5 and 6 is supported.
+# Currently EAPI 6 is supported.
case ${EAPI} in
6) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;