commit: 6902585d3513138b733307823be214b362b4a28b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 18:47:07 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 18:49:00 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6902585d
kde5-functions.eclass: drop EAPI 5 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 dbcb229..e95a9bc 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -19,7 +19,7 @@ inherit toolchain-funcs versionator
# @DESCRIPTION:
# Currently EAPI 5 and 6 is supported.
case ${EAPI} in
- 5|6) ;;
+ 6) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
esac