commit: dc11861b588be88d5cfa584b302abc48280074ef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 27 16:17:55 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 16:17:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dc11861b
[eclass] Fix live branch selection.
KDEBASE logic wasn't updated so 5.1.9999 was pulling master instead.
---
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index e6963e3..dca1462 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -267,7 +267,7 @@ _calculate_live_repo() {
_kmname=${PN}
fi
- if [[ ${PV} != 9999 && ${KDEBASE} = kde-plasma ]]; then
+ if [[ ${PV} != 9999 && ${CATEGORY} = kde-plasma ]]; then
EGIT_BRANCH="Plasma/$(get_version_component_range 1-2)"
fi