summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass10
1 files changed, 0 insertions, 10 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 5c36b2918f10..c6ce06964a9f 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -892,16 +892,6 @@ kde4-base_pkg_postinst() {
einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!"
echo
fi
- # for all 3rd party soft tell user that he SHOULD install kdebase-startkde or kdebase-runtime-meta
- if [[ ${KDEBASE} != kde-base ]] && \
- ! has_version 'kde-apps/kdebase-runtime-meta'; then
- if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then
- echo
- ewarn "WARNING! Your system configuration does not contain \"kde-apps/kdebase-runtime-meta\"."
- ewarn "With this setting you are unsupported by KDE team."
- ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID."
- fi
- fi
fi
}