Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 02 Feb 2016 18:35:35
Message-Id: 1454438109.7f0589c8ba8ee4e565a42defc529095703e30aaa.pesa@gentoo
1 commit: 7f0589c8ba8ee4e565a42defc529095703e30aaa
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 23 01:11:39 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 18:35:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0589c8
7
8 qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too
9
10 (cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)
11
12 eclass/qt5-build.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 12aef9c..f71a35e 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -133,7 +133,7 @@ qt5-build_src_unpack() {
20 ewarn
21 fi
22
23 - if [[ ${PN} == qtwebkit ]]; then
24 + if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then
25 eshopts_push -s extglob
26 if is-flagq '-g?(gdb)?([1-9])'; then
27 ewarn