From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9DE315800A for ; Thu, 13 Feb 2025 10:59:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B4ED5343179 for ; Thu, 13 Feb 2025 10:59:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A6216110484; Thu, 13 Feb 2025 10:59:20 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 93AB8110481 for ; Thu, 13 Feb 2025 10:59:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AB60343172 for ; Thu, 13 Feb 2025 10:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1EA2280F for ; Thu, 13 Feb 2025 10:59:16 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1739444124.642b6620c5ee48e14642f120c8b5653bb59d17e2.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-133.0.6943.53.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 642b6620c5ee48e14642f120c8b5653bb59d17e2 X-VCS-Branch: master Date: Thu, 13 Feb 2025 10:59:16 +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: fad5abd1-c38a-422b-862a-0ee769ce0b2f X-Archives-Hash: 20270d04a93c2abd4a0ad1c5ad9c376a commit: 642b6620c5ee48e14642f120c8b5653bb59d17e2 Author: Matt Jolly gentoo org> AuthorDate: Thu Feb 13 10:55:24 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Thu Feb 13 10:55:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642b6620 www-client/chromium: backport USE="-wayland" build fix to stable Bug: https://bugs.gentoo.org/948384 Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-133.0.6943.53.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/chromium/chromium-133.0.6943.53.ebuild b/www-client/chromium/chromium-133.0.6943.53.ebuild index 447f8621ffb0..90291c57512c 100644 --- a/www-client/chromium/chromium-133.0.6943.53.ebuild +++ b/www-client/chromium/chromium-133.0.6943.53.ebuild @@ -368,6 +368,7 @@ src_prepare() { "${FILESDIR}/chromium-131-oauth2-client-switches.patch" "${FILESDIR}/chromium-132-bindgen-custom-toolchain.patch" "${FILESDIR}/chromium-134-qt5-optional.patch" + "${FILESDIR}/chromium-135-fix-non-wayland-build.patch" ) shopt -s globstar nullglob