summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-24 17:07:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-24 19:27:19 +0200
commit18f9bafcadd46093d2249b3b3b71ff82c7bd6f97 (patch)
tree9af22e2f07a179cb90b494bef3f7267b27ff373d /eclass
parentdev-ada/gnatcoll: Add version 2017 (diff)
downloadgentoo-18f9bafcadd46093d2249b3b3b71ff82c7bd6f97.tar.gz
gentoo-18f9bafcadd46093d2249b3b3b71ff82c7bd6f97.tar.bz2
gentoo-18f9bafcadd46093d2249b3b3b71ff82c7bd6f97.zip
kde5.eclass: Drop obsolete Plasma-4 warning
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ef1ee5a94543..3b6810526a0a 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -739,14 +739,6 @@ kde5_pkg_postinst() {
einfo "Use it at your own risk."
einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
fi
- # for kf5-based applications tell user that he SHOULD NOT be using kde-plasma/plasma-workspace:4
- if [[ ${KDEBASE} != kde-base || ${CATEGORY} = kde-apps ]] && \
- has_version 'kde-plasma/plasma-workspace:4'; then
- echo
- ewarn "WARNING! Your system configuration still contains \"kde-plasma/plasma-workspace:4\","
- ewarn "indicating a Plasma 4 setup. With this setting you are unsupported by KDE team."
- ewarn "Please consider upgrading to Plasma 5."
- fi
fi
}