summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index cb34306350b..1b5bd47b149 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -83,7 +83,11 @@ fi
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
-SLOT=5
+if [[ ${CATEGORY} = kde-frameworks ]]; then
+ SLOT=5/$(get_version_component_range 1-2)
+else
+ SLOT=5
+fi
case ${KDE_AUTODEPS} in
false) ;;