commit:     1cda1b360270df086d8799cfc8991d30fedf88ac
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 11:20:38 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=1cda1b36

kde5.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 e6f60da..e76a969 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -324,7 +324,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
 

Reply via email to