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 298C41580B2 for ; Thu, 2 Sep 2021 18:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD56E086D; Thu, 2 Sep 2021 18:38:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 334CFE086D for ; Thu, 2 Sep 2021 18:38:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC8973406DD for ; Thu, 2 Sep 2021 18:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 383E48E for ; Thu, 2 Sep 2021 18:38:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1630607887.5cb1eb3cca7137dea7140befea7ead10f144b233.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild X-VCS-Directories: dev-qt/qtwebengine/ dev-qt/qtwebengine/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5cb1eb3cca7137dea7140befea7ead10f144b233 X-VCS-Branch: master Date: Thu, 2 Sep 2021 18:38:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fc93cf6-391f-4ad5-a000-e5343773f2a3 X-Archives-Hash: 3b78733db1448d122c23de1fb5e6c204 commit: 5cb1eb3cca7137dea7140befea7ead10f144b233 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 28 10:13:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 2 18:38:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb1eb3c dev-qt/qtwebengine: Support EXTRA_GN env var Thanks-to: Jannik Glückert gmail.com> Closes: https://bugs.gentoo.org/774186 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch | 12 ++++++++++++ dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild | 1 + 2 files changed, 13 insertions(+) diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch new file mode 100644 index 00000000000..0488122ce92 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch @@ -0,0 +1,12 @@ +diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro +index 3d6fda80e..3d0bc86fe 100644 +--- a/src/core/gn_run.pro ++++ b/src/core/gn_run.pro +@@ -38,5 +38,6 @@ build_pass|!debug_and_release { + } + ++ gn_args += $$(EXTRA_GN) + gn_args = $$system_quote($$gn_args) + gn_src_root = $$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir())) + gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir())) + gn_python = "--script-executable=$$pythonPathForSystem()" diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild index 1a87eb9defb..abc242e938b 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild @@ -100,6 +100,7 @@ BDEPEND="${PYTHON_DEPS} PATCHES=( "${FILESDIR}/${PN}-5.15.0-disable-fatal-warnings.patch" # bug 695446 + "${FILESDIR}/${PN}-5.15.2-extra_gn.patch" # downstream, bug 774186 "${FILESDIR}/${PN}-5.15.2_p20210224-chromium-87-v8-icu68.patch" # downstream, bug 757606 "${FILESDIR}/${PN}-5.15.2_p20210224-disable-git.patch" # downstream snapshot fix "${FILESDIR}/${PN}-5.15.2_p20210406-glibc-2.33.patch" # by Fedora, bug 769989