kde4-base.eclass: Avoid confusion over system configuration
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Fri, 24 Jul 2015 22:56:19 +0000 (00:56 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 13 Aug 2015 13:41:15 +0000 (23:41 +1000)
E.g. https://forums.gentoo.org/viewtopic-p-7786236.html#7786236

eclass/kde4-base.eclass

index ff0b674ccdcce588121dc8af13f562084dbe6456..aab579175833eea2ca5e35d3a8f7694f7b77a32b 100644 (file)
@@ -899,12 +899,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