commit: e9a8c866b5afb471f4e8d574bebf4d3446cf1ab3
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jul 9 11:11:01 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 21:26:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a8c866
kde4-base.eclass: Remove warning without kde-apps/kdebase-runtime-meta
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
eclass/kde4-base.eclass | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 5c36b29..c6ce069 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
}