summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2016-01-23 02:11:39 +0100
committerDavide Pesavento <pesa@gentoo.org>2016-02-02 19:35:09 +0100
commit7f0589c8ba8ee4e565a42defc529095703e30aaa (patch)
treed044b883e5079e4db2ac5cfdb7788aaf8d29218b /eclass
parentc7da64f9f51154616c452733673bc4247a08efec (diff)
downloadgentoo-7f0589c8ba8ee4e565a42defc529095703e30aaa.tar.gz
gentoo-7f0589c8ba8ee4e565a42defc529095703e30aaa.tar.xz
qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too
(cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 12aef9cef4d..f71a35e4a27 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