commit:     7d740cfd3fa826c5d0100cc5e764dbc34eefa027
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 17:48:34 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 17:49:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7d740cfd

[eclass] Add kde-workspace 4.11.12 SRC_URI, remove obsolete

---
 eclass/kde4-base.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 7df9657..e36ff07 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -442,12 +442,12 @@ _calculate_src_uri() {
                                4.11.9)
                                        # Part of 4.12 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/4.12.5/src/${_kmname_pv}.tar.xz" ;;
-                               4.11.10)
-                                       # Part of 4.13 actually, sigh. Not 
stable for next release!
-                                       
SRC_URI="mirror://kde/stable/4.13.2/src/${_kmname_pv}.tar.xz" ;;
                                4.11.11)
                                        # Part of 4.13 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/4.13.3/src/${_kmname_pv}.tar.xz" ;;
+                               4.11.12)
+                                       # Part of 4.14 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/4.14.1/src/${_kmname_pv}.tar.xz" ;;
                                *)
                                        # Stable KDE SC releases
                                        
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;

Reply via email to