commit: f261718701955b653cb8815ed7f53dc34d6b3d97
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 13:56:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 13:56:56 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f2617187
[eclass] Remove colon for consistency with other case statements.
---
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 00dfe6a..204c67f 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -19,7 +19,7 @@ inherit versionator
# @DESCRIPTION:
# Currently EAPI 5 is supported.
case ${EAPI} in
- 5) : ;;
+ 5) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
esac