summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-01 20:07:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-01 20:07:23 +0200
commitf09df0f6d83d3ba2a63e441c574aad071632c06d (patch)
tree8858c5c6b752b4076e5ba450331c99693afedef5
parentc6c821d0284913abd562055d59683fb33d0a13f1 (diff)
downloadkde-f09df0f6d83d3ba2a63e441c574aad071632c06d.tar.gz
kde-f09df0f6d83d3ba2a63e441c574aad071632c06d.tar.bz2
kde-f09df0f6d83d3ba2a63e441c574aad071632c06d.zip
kde4-base.eclass: Drop outdated pkg_postinst warning
-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 bac6a24fc18..0c7b4c11bbf 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -994,16 +994,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
}