mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
kde4-base.eclass: Remove warning without kde-apps/kdebase-runtime-meta
Signed-off-by: Johannes Huber <johu@gentoo.org>
This commit is contained in:
committed by
Johannes Huber
parent
7d72c36042
commit
e9a8c866b5
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user