diff options
Diffstat (limited to 'eclass/kde4-base.eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index dcad4428e25..868cbe2a579 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -448,6 +448,9 @@ _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" ;; *) # Stable KDE SC releases SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; |
