commit:     85372bc86d8c515e4521d79ee5bf9d03dbf7f973
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Jul 24 22:56:19 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 23:17:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=85372bc8

[eclass] Avoid confusion over system configuration

E.g. https://forums.gentoo.org/viewtopic-p-7786236.html#7786236

 eclass/kde4-base.eclass | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index b0fe4a4..d715c89 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -894,12 +894,10 @@ kde4-base_pkg_postinst() {
                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' 
&& \
-                               ! has_version 'kde-base/kdebase-startkde'; then
+                               ! has_version 'kde-apps/kdebase-runtime-meta'; 
then
                        if [[ ${KDE_REQUIRED} == always ]] || ( [[ 
${KDE_REQUIRED} == optional ]] && use kde ); then
                                echo
-                               ewarn "WARNING! Your system configuration 
contains neither \"kde-base/kdebase-runtime-meta\""
-                               ewarn "nor \"kde-base/kdebase-startkde\". You 
need one of above."
+                               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

Reply via email to