diff options
-rw-r--r-- | eclass/kde4-base.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 4dc4e0042a95..bbdcf8db20f4 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -479,6 +479,8 @@ _calculate_src_uri() { 4.14.11*) # KDEPIM 4.14 snapshot with Gentoo patches SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz" ;; + 16.12.3) + SRC_URI="mirror://kde/Attic/applications/16.12.3/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" ;; |