From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D564E1396D0 for ; Tue, 12 Sep 2017 15:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3127D1FC161; Tue, 12 Sep 2017 15:27:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CB01FC161 for ; Tue, 12 Sep 2017 15:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 241DF33E4AD for ; Tue, 12 Sep 2017 15:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF7B8F73 for ; Tue, 12 Sep 2017 15:27:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1505230019.0d9593aa9f95d96324849da854148fd3a75c8337.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0d9593aa9f95d96324849da854148fd3a75c8337 X-VCS-Branch: master Date: Tue, 12 Sep 2017 15:27:12 +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: c85a3d89-e7f2-493f-9795-912b68dd7719 X-Archives-Hash: 968fc83cbb4792d7757ed2c138c28dfd commit: 0d9593aa9f95d96324849da854148fd3a75c8337 Author: Michael Palimaka gentoo org> AuthorDate: Tue Sep 12 15:26:52 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Sep 12 15:26:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d9593aa dev-qt/qtwebengine: apply forgotten changes to 5.10.9999 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild index 69efb343..7775bf5c 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild @@ -74,6 +74,9 @@ DEPEND="${RDEPEND} src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.9.0-paxmark-mksnapshot.patch" ) + # bug 620444 - ensure local headers are used + find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |' || die + qt_use_disable_config alsa alsa src/core/config/linux.pri qt_use_disable_config pulseaudio pulseaudio src/core/config/linux.pri