commit:     51f175d19913b9ca2a23bc3c603382c09375cbe2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 14:14:12 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 14:14:12 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=51f175d1

[eclass] Fix unpack for KDE4-based live applications.

---
 eclass/kde4-base.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 86ca5f2..db33dbe 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -577,7 +577,7 @@ _calculate_live_repo() {
                        fi
 
                        # default branching
-                       [[ ${PV} != 4.9999* && ${KDEBASE} == kde-base ]] && \
+                       [[ ${PV} != 4.9999* && ${PV} != 9999 && ${KDEBASE} == 
kde-base ]] && \
                                EGIT_BRANCH="KDE/$(get_kde_version)"
 
                        # default repo uri

Reply via email to