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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AE7815808B for ; Tue, 15 Feb 2022 18:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A591BE0824; Tue, 15 Feb 2022 18:48:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8638EE0824 for ; Tue, 15 Feb 2022 18:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 215853430C7 for ; Tue, 15 Feb 2022 18:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7F9272 for ; Tue, 15 Feb 2022 18:48:47 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1644950903.baf7327210dad4c3e53a32bbbaf1ce8e33af9cb6.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-100.0.4878.0.ebuild www-client/chromium/chromium-99.0.4844.27.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: baf7327210dad4c3e53a32bbbaf1ce8e33af9cb6 X-VCS-Branch: master Date: Tue, 15 Feb 2022 18:48:47 +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: 6df40192-5fc9-4791-bf72-98ff41067c0b X-Archives-Hash: 91b0f5d0a440fa05543a4d10b89b8f97 commit: baf7327210dad4c3e53a32bbbaf1ce8e33af9cb6 Author: Stephan Hartmann gentoo org> AuthorDate: Tue Feb 15 18:48:23 2022 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Tue Feb 15 18:48:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf73272 www-client/chromium: fix building with gtk4 Closes: https://bugs.gentoo.org/832758 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Stephan Hartmann gentoo.org> www-client/chromium/chromium-100.0.4878.0.ebuild | 1 + www-client/chromium/chromium-99.0.4844.27.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-client/chromium/chromium-100.0.4878.0.ebuild b/www-client/chromium/chromium-100.0.4878.0.ebuild index 41086c727cf2..91f43dd9f7a7 100644 --- a/www-client/chromium/chromium-100.0.4878.0.ebuild +++ b/www-client/chromium/chromium-100.0.4878.0.ebuild @@ -247,6 +247,7 @@ src_prepare() { "${FILESDIR}/chromium-93-InkDropHost-crash.patch" "${FILESDIR}/chromium-97-arm-tflite-cast.patch" "${FILESDIR}/chromium-98-EnumTable-crash.patch" + "${FILESDIR}/chromium-98-gtk4-build.patch" "${FILESDIR}/chromium-use-oauth2-client-switches-as-default.patch" "${FILESDIR}/chromium-shim_headers.patch" "${FILESDIR}/chromium-cross-compile.patch" diff --git a/www-client/chromium/chromium-99.0.4844.27.ebuild b/www-client/chromium/chromium-99.0.4844.27.ebuild index 744b75ef847f..9e1c0a36e3a3 100644 --- a/www-client/chromium/chromium-99.0.4844.27.ebuild +++ b/www-client/chromium/chromium-99.0.4844.27.ebuild @@ -248,6 +248,7 @@ src_prepare() { "${FILESDIR}/chromium-97-arm-tflite-cast.patch" "${FILESDIR}/chromium-98-EnumTable-crash.patch" "${FILESDIR}/chromium-98-system-libdrm.patch" + "${FILESDIR}/chromium-98-gtk4-build.patch" "${FILESDIR}/chromium-glibc-2.34-r1.patch" "${FILESDIR}/chromium-use-oauth2-client-switches-as-default.patch" "${FILESDIR}/chromium-shim_headers.patch"