commit:     4f31b439d85a4e0941df368f482dc79bab998081
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 12:14:02 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 12:35:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f31b439

profiles: Add URI for kdelibs 4.14.12

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

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 1e0ff2e..fb4d566 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -461,6 +461,9 @@ _calculate_src_uri() {
                                4.14.11)
                                        # Part of 15.08.0 actually, sigh. Not 
stable for next release!
                                        
SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
+                               4.14.12)
+                                       # Part of 15.08.1 actually, sigh. Not 
stable for next release!
+                                       
SRC_URI="mirror://kde/stable/applications/15.08.1/src/${_kmname_pv}.tar.xz" ;;
                                ??.?.[6-9]? | ??.??.[4-9]?)
                                        # Unstable KDE Applications releases
                                        
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" 
;;

Reply via email to