commit: 17c6ccf852f383ae2ab0552f3ac6d529903730f8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 12:43:55 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 12:46:45 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17c6ccf8
[eclass] Fix fetching subversion live ebuilds.
It was originally changed 9999 -> 4.9999 to match a versioning rename (which
was later reverted).
---
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 dd6c783..88a11c2 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -490,7 +490,7 @@ _calculate_live_repo() {
# Determine branch URL based on live type
local branch_prefix
case ${PV} in
- 4.9999*)
+ 9999*)
# trunk
branch_prefix="trunk/KDE"
;;