diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-25 16:34:03 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-27 03:46:16 +1100 |
commit | 3ecc839216c3f82ae16e4f21897fa9595807a04d (patch) | |
tree | 059ac320fe7f3d63d79b24a4420e929e105076b8 /eclass | |
parent | kde-apps: Drop KF5 part of 15.08.3 (diff) | |
download | gentoo-3ecc839216c3f82ae16e4f21897fa9595807a04d.tar.gz gentoo-3ecc839216c3f82ae16e4f21897fa9595807a04d.tar.bz2 gentoo-3ecc839216c3f82ae16e4f21897fa9595807a04d.zip |
kde4-base.eclass: Remove obsolete SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index d19f416f60b1..20a02d879a83 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -459,9 +459,6 @@ _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" ;; 4.14.18) # Part of 15.12.3 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;; |