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 8141B1581B9 for ; Wed, 17 Sep 2025 21:34:07 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6BFA33410E3 for ; Wed, 17 Sep 2025 21:34:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6262F11057A; Wed, 17 Sep 2025 21:33:51 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5ADF411057A for ; Wed, 17 Sep 2025 21:33:51 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13EF4341CF9 for ; Wed, 17 Sep 2025 21:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520DE39FF for ; Wed, 17 Sep 2025 21:33:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1758144543.c636561644e2f0df61e76db4650247ab47b5e5e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/microsoft-edge/microsoft-edge-140.0.3485.66-r1.ebuild www-client/microsoft-edge/microsoft-edge-140.0.3485.66.ebuild X-VCS-Directories: www-client/microsoft-edge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c636561644e2f0df61e76db4650247ab47b5e5e2 X-VCS-Branch: master Date: Wed, 17 Sep 2025 21:33:48 +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: d77b8283-ff7b-4f5a-949b-86af2f1084cf X-Archives-Hash: 4d779b0c775f68ce390cd0d309dfab36 commit: c636561644e2f0df61e76db4650247ab47b5e5e2 Author: Joe Kappus wt gd> AuthorDate: Mon Sep 15 20:28:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 17 21:29:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6365616 www-client/microsoft-edge: revbump add libxml2 RDEPEND Incorporated Parona's feedback. Signed-off-by: Joe Kappus wt.gd> Part-of: https://github.com/gentoo/gentoo/pull/43802 Signed-off-by: Sam James gentoo.org> ...e-140.0.3485.66.ebuild => microsoft-edge-140.0.3485.66-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-client/microsoft-edge/microsoft-edge-140.0.3485.66.ebuild b/www-client/microsoft-edge/microsoft-edge-140.0.3485.66-r1.ebuild similarity index 96% rename from www-client/microsoft-edge/microsoft-edge-140.0.3485.66.ebuild rename to www-client/microsoft-edge/microsoft-edge-140.0.3485.66-r1.ebuild index 216070691eb2..81c22e9e3aba 100644 --- a/www-client/microsoft-edge/microsoft-edge-140.0.3485.66.ebuild +++ b/www-client/microsoft-edge/microsoft-edge-140.0.3485.66-r1.ebuild @@ -55,7 +55,10 @@ RDEPEND=" x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils - mip? ( app-crypt/libsecret ) + mip? ( + app-crypt/libsecret + || ( dev-libs/libxml2-compat:2/2 dev-libs/libxml2:2/2 ) + ) qt6? ( dev-qt/qtbase:6[gui,widgets] ) "