commit: cce3ab4548c4cc7d1629a4d9f29ac17c0e0e9b35 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat May 3 22:03:59 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat May 3 22:03:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cce3ab45
[eclass] Add subslot on cat kde-framework --- eclass/kde5.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index cb34306..1b5bd47 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) ;;
