commit:     4009c796c455439b48d47dc8d04b2af3d5b4b1ed
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 01:11:39 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 01:12:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4009c796

qt5-build.eclass: warn about -g/-ggdb in qtwebengine too

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index a148793..600f2f9 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -139,7 +139,7 @@ qt5-build_src_unpack() {
                ewarn
        fi
 
-       if [[ ${PN} == qtwebkit ]]; then
+       if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then
                eshopts_push -s extglob
                if is-flagq '-g?(gdb)?([1-9])'; then
                        ewarn

Reply via email to