diff options
author | Johannes Huber <johu@gentoo.org> | 2016-03-11 22:47:50 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-03-11 22:48:45 +0100 |
commit | 3af7565816ef4fab561f47e589776fe4d19300f2 (patch) | |
tree | 39684c627939dcecc4ce8e95a1ed63096e5da6ff | |
parent | app-emulation/wine: Version bump to 1.9.5 (diff) | |
download | gentoo-3af7565816ef4fab561f47e589776fe4d19300f2.tar.gz gentoo-3af7565816ef4fab561f47e589776fe4d19300f2.tar.bz2 gentoo-3af7565816ef4fab561f47e589776fe4d19300f2.zip |
eclass: Update SRC_URI in kde4-base
-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 b6258da4dbfb..5e6bb893332f 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -465,6 +465,9 @@ _calculate_src_uri() { 4.14.16) # Part of 15.12.1 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;; + 4.14.17) + # Part of 15.12.2 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/15.12.2/src/${_kmname_pv}.tar.xz" ;; 15.04.3) # Files moved to Attic SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; |