commit: 7f0589c8ba8ee4e565a42defc529095703e30aaa 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: Tue Feb 2 18:35:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0589c8
qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too (cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed) 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 12aef9c..f71a35e 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