summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 361e862e1f2a..aad7b7a62f06 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -15,6 +15,13 @@
# It also contains default meta variables for settings not specific to any
# particular build system.
+case ${EAPI} in
+ 7) ;;
+ *) die "EAPI=${EAPI:-0} is not supported" ;;
+esac
+
+EXPORT_FUNCTIONS pkg_nofetch src_unpack
+
if [[ -z ${_KDE_ORG_ECLASS} ]]; then
_KDE_ORG_ECLASS=1
@@ -32,8 +39,6 @@ if [[ ${KDE_BUILD_TYPE} = live ]]; then
inherit git-r3
fi
-EXPORT_FUNCTIONS pkg_nofetch src_unpack
-
# @ECLASS-VARIABLE: KDE_ORG_CATEGORIES
# @INTERNAL
# @DESCRIPTION