commit: 8534e956d4b643c10f81afb2c5a1f8569bd2eec6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 11:20:38 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 11:20:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8534e956
[eclass] Fix Applications branch calculation
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1e39060..9698ef9 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -306,7 +306,7 @@ _calculate_live_repo() {
_kmname=${PN}
fi
- if [[ ${PV} != 9999 && ${CATEGORY} = kde-apps ]]; then
+ if [[ ${PV} == ??.??.49.9999 && ${CATEGORY} = kde-apps
]]; then
EGIT_BRANCH="Applications/$(get_version_component_range 1-2)"
fi