diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-09-17 14:14:02 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-09-17 14:35:32 +0200 |
commit | 4f31b439d85a4e0941df368f482dc79bab998081 (patch) | |
tree | f5bef87b3c13a4e12e1263358605f601959f0880 /eclass/kde4-base.eclass | |
parent | gnome-base/gvfs, net-fs/libnf: move USE mask to stable only (diff) | |
download | gentoo-4f31b439d85a4e0941df368f482dc79bab998081.tar.gz gentoo-4f31b439d85a4e0941df368f482dc79bab998081.tar.bz2 gentoo-4f31b439d85a4e0941df368f482dc79bab998081.zip |
profiles: Add URI for kdelibs 4.14.12
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 1e0ff2e854e5..fb4d5668f00d 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" ;; |