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 52462159C9B for ; Mon, 12 Aug 2024 00:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D042BC040; Mon, 12 Aug 2024 00:24: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 pigeon.gentoo.org (Postfix) with ESMTPS id 1B1DE2BC040 for ; Mon, 12 Aug 2024 00:24: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 3797C343103 for ; Mon, 12 Aug 2024 00:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837131EEB for ; Mon, 12 Aug 2024 00:24: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: <1723422246.1e8fdcd7ded31397ad5350a89d1f9f381e66b979.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-127.0.6533.99.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 1e8fdcd7ded31397ad5350a89d1f9f381e66b979 X-VCS-Branch: master Date: Mon, 12 Aug 2024 00:24: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: ebeb65b4-6a60-4b16-b426-c05c036d3ecf X-Archives-Hash: 0d3ebe7cb157857a8937d35bf01bbe77 commit: 1e8fdcd7ded31397ad5350a89d1f9f381e66b979 Author: Matt Jolly gentoo org> AuthorDate: Mon Aug 12 00:20:48 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Aug 12 00:24:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8fdcd7 www-client/chromium: add missing dep on xorg-proto Closes: https://bugs.gentoo.org/937752 Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-127.0.6533.99.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-127.0.6533.99.ebuild b/www-client/chromium/chromium-127.0.6533.99.ebuild index b715ad6c102a..9a395a69c49f 100644 --- a/www-client/chromium/chromium-127.0.6533.99.ebuild +++ b/www-client/chromium/chromium-127.0.6533.99.ebuild @@ -121,9 +121,10 @@ COMMON_SNAPSHOT_DEPEND=" kerberos? ( virtual/krb5 ) vaapi? ( >=media-libs/libva-2.7:=[X?,wayland?] ) X? ( + x11-base/xorg-proto:= x11-libs/libX11:= - x11-libs/libXext:= x11-libs/libxcb:= + x11-libs/libXext:= ) x11-libs/libxkbcommon:= wayland? (