commit: 38896546b94d24a8cf5996567650790c3c53e670
Author: Jakub Caban <kuba <AT> whyblack <DOT> pl>
AuthorDate: Mon Apr 28 12:05:50 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 12:05:59 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38896546
[eclass] Fix SVN branch calculation wrt bug #508960.
This was caused by the 9999 -> 4.9999 rename.
---
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 5707d32..ffe5d05 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -471,7 +471,7 @@ _calculate_live_repo() {
# Determine branch URL based on live type
local branch_prefix
case ${PV} in
- 9999*)
+ 4.9999*)
# trunk
branch_prefix="trunk/KDE"
;;