commit:     1f4a58b2d53b1ae8d006be6fb53a491c5167a7c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 11:30:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 00:47:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f4a58b2

ecm.eclass: Drop references to -DNDEBUG of cmake.eclass

Flag has been removed from there.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/ecm.eclass | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index dbb8cc7a81..12b31e4ef3 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -74,8 +74,8 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_test 
pkg_preinst pkg_po
 
 # @ECLASS-VARIABLE: ECM_DEBUG
 # @DESCRIPTION:
-# Add "debug" to IUSE. If !debug, add -DNDEBUG (via cmake_src_configure)
-# and -DQT_NO_DEBUG to CPPFLAGS. If set to "false", do nothing.
+# Add "debug" to IUSE. If !debug, add -DQT_NO_DEBUG to CPPFLAGS. If set to
+# "false", do nothing.
 : ${ECM_DEBUG:=true}
 
 # @ECLASS-VARIABLE: ECM_DESIGNERPLUGIN
@@ -476,7 +476,6 @@ ecm_src_prepare() {
 ecm_src_configure() {
        debug-print-function ${FUNCNAME} "$@"
 
-       # we rely on cmake.eclass to append -DNDEBUG too
        if in_iuse debug && ! use debug; then
                append-cppflags -DQT_NO_DEBUG
        fi

Reply via email to