commit: 1a074eecdc0ce0c855487f9db1cc79b89d5c15d9
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Nov 10 21:21:39 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:25:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a074eec
kde4-base.eclass: Add 4.14.14 SRC_URI
eclass/kde4-base.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 01e8009..2cc0c3f 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -474,6 +474,9 @@ _calculate_src_uri() {
4.14.13)
# Part of 15.08.2 actually, sigh. Not
stable for next release!
SRC_URI="mirror://kde/stable/applications/15.08.2/src/${_kmname_pv}.tar.xz" ;;
+ 4.14.14)
+ # Part of 15.08.3 actually, sigh. Not
stable for next release!
+
SRC_URI="mirror://kde/stable/applications/15.08.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"
;;