From ffe94eae2ecae173aeb3e6846f791ad05c5110ef Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 10 Nov 2024 01:37:27 +0100 Subject: ecm.eclass: Drop live ebuild warning Closes: https://bugs.gentoo.org/823808 Signed-off-by: Andreas Sturmlechner --- eclass/ecm.eclass | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eclass') diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 3abf9e88a31..4fa9ce7aed2 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -758,12 +758,6 @@ ecm_pkg_postinst() { false) xdg_pkg_postinst ;; *) ;; esac - - if [[ -n ${_KDE_ORG_ECLASS} ]] && [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]] && [[ ${KDE_BUILD_TYPE} = live ]]; then - einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" - einfo "Use it at your own risk." - einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" - fi } # @FUNCTION: ecm_pkg_postrm -- cgit v1.2.3