summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-06 04:25:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-12 18:28:12 +0100
commit5fe9ff5d80c6a6fdecd43099749eda964720b51a (patch)
tree327b6e42dac8fb6192370ede2235cc86d86a584f /eclass/kde.org.eclass
parentnet-libs/libssh: Security bump to version 0.9.3 (CVE-2019-14889) (diff)
downloadgentoo-5fe9ff5d80c6a6fdecd43099749eda964720b51a.tar.gz
gentoo-5fe9ff5d80c6a6fdecd43099749eda964720b51a.tar.bz2
gentoo-5fe9ff5d80c6a6fdecd43099749eda964720b51a.zip
kde.org.eclass: Drop KDE Frameworks 5.60 conditional
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index d1cdb1b15dc1..7482a48afc82 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -108,6 +108,7 @@ _kde.org_calculate_src_uri() {
_src_uri+="stable/frameworks/$(ver_cut 1-2)/"
case ${PN} in
kdelibs4support | \
+ kdesignerplugin | \
kdewebkit | \
khtml | \
kjs | \
@@ -116,9 +117,6 @@ _kde.org_calculate_src_uri() {
kross)
_src_uri+="portingAids/"
;;
- kdesignerplugin)
- [[ ${PV} = 5.60.* ]] || _src_uri+="portingAids/"
- ;;
esac
;;
kde-plasma)