kde4-base.eclass: Remove warning without kde-apps/kdebase-runtime-meta
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 9 Jul 2016 11:11:01 +0000 (13:11 +0200)
committerJohannes Huber <johu@gentoo.org>
Sat, 9 Jul 2016 21:26:55 +0000 (23:26 +0200)
Signed-off-by: Johannes Huber <johu@gentoo.org>
eclass/kde4-base.eclass

index 5c36b2918f1057ead13c25385c347d8d13e0cbdf..c6ce06964a9fcdbddd1b6ec234a3e7978c991bfd 100644 (file)
@@ -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
 }