diff options
author | 2016-01-23 02:11:39 +0100 | |
---|---|---|
committer | 2016-02-02 19:35:09 +0100 | |
commit | 7f0589c8ba8ee4e565a42defc529095703e30aaa (patch) | |
tree | d044b883e5079e4db2ac5cfdb7788aaf8d29218b /eclass/qt5-build.eclass | |
parent | qt5-build.eclass: don't bother exporting DYLD_LIBRARY_PATH for tests (diff) | |
download | gentoo-7f0589c8ba8ee4e565a42defc529095703e30aaa.tar.gz gentoo-7f0589c8ba8ee4e565a42defc529095703e30aaa.tar.bz2 gentoo-7f0589c8ba8ee4e565a42defc529095703e30aaa.zip |
qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too
(cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |