aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-10 01:37:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 22:06:08 +0100
commitffe94eae2ecae173aeb3e6846f791ad05c5110ef (patch)
tree42506b79b7b2278e740771f432680bf16b99d8c3
parentkde.org.eclass: Utilise pkg_info for live ebuild warnings (diff)
downloadkde-ffe94eae2ecae173aeb3e6846f791ad05c5110ef.tar.gz
kde-ffe94eae2ecae173aeb3e6846f791ad05c5110ef.tar.bz2
kde-ffe94eae2ecae173aeb3e6846f791ad05c5110ef.zip
ecm.eclass: Drop live ebuild warning
Closes: https://bugs.gentoo.org/823808 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/ecm.eclass6
1 files changed, 0 insertions, 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