commit: c05005661dd43a5801915dc6a2373dcb18f7301d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Jul 24 22:24:37 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 17:20:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0500566
kde5.eclass: Actually pull from stable branch
eclass/kde5.eclass | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 374c048..e6f60da 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -324,6 +324,10 @@ _calculate_live_repo() {
_kmname=${PN}
fi
+ if [[ ${PV} != 9999 && ${CATEGORY} = kde-apps ]]; then
+
EGIT_BRANCH="Applications/$(get_version_component_range 1-2)"
+ fi
+
if [[ ${PV} != 9999 && ${CATEGORY} = kde-plasma ]]; then
EGIT_BRANCH="Plasma/$(get_version_component_range 1-2)"
fi