From: Davide Pesavento Date: Sat, 23 Jan 2016 01:11:39 +0000 (+0100) Subject: qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7f0589c8ba8ee4e565a42defc529095703e30aaa;p=gentoo.git qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too (cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed) --- diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 12aef9cef4dc..f71a35e4a270 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -133,7 +133,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