From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C082658975 for ; Sat, 23 Jan 2016 02:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3118221C009; Sat, 23 Jan 2016 02:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE45921C00A for ; Sat, 23 Jan 2016 02:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8490B340A69 for ; Sat, 23 Jan 2016 02:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F7EACB3 for ; Sat, 23 Jan 2016 02:03:30 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1453511560.4009c796c455439b48d47dc8d04b2af3d5b4b1ed.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 4009c796c455439b48d47dc8d04b2af3d5b4b1ed X-VCS-Branch: master Date: Sat, 23 Jan 2016 02:03:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97c36929-a319-483e-9224-cff2eb554954 X-Archives-Hash: 7923cb1267794045042f5d835b6e778c commit: 4009c796c455439b48d47dc8d04b2af3d5b4b1ed Author: Davide Pesavento gentoo org> AuthorDate: Sat Jan 23 01:11:39 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jan 23 01:12:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4009c796 qt5-build.eclass: warn about -g/-ggdb in qtwebengine too 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 a148793..600f2f9 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -139,7 +139,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