commit:     f09df0f6d83d3ba2a63e441c574aad071632c06d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:07:02 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:07:23 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f09df0f6

kde4-base.eclass: Drop outdated pkg_postinst warning

 eclass/kde4-base.eclass | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index bac6a24fc1..0c7b4c11bb 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
 }
 

Reply via email to