commit:     ffe94eae2ecae173aeb3e6846f791ad05c5110ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 00:37:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 21:06:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ffe94eae

ecm.eclass: Drop live ebuild warning

Closes: https://bugs.gentoo.org/823808
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/ecm.eclass | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 3abf9e88a3..4fa9ce7aed 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

Reply via email to