commit:     3af7565816ef4fab561f47e589776fe4d19300f2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 21:47:50 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 21:48:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af75658

eclass: Update SRC_URI in kde4-base

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

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index b6258da..5e6bb89 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -465,6 +465,9 @@ _calculate_src_uri() {
                                4.14.16)
                                        # Part of 15.12.1 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;;
+                               4.14.17)
+                                       # Part of 15.12.2 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/applications/15.12.2/src/${_kmname_pv}.tar.xz" ;;
                                15.04.3)
                                        # Files moved to Attic
                                        
SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;

Reply via email to