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 D375E158176 for ; Sun, 19 Oct 2025 13:20:18 +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 50693342001 for ; Sun, 19 Oct 2025 13:20:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B0805110576; Sun, 19 Oct 2025 13:20:03 +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 9DF82110575 for ; Sun, 19 Oct 2025 13:20:03 +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 546A63417FE for ; Sun, 19 Oct 2025 13:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FAB53B10 for ; Sun, 19 Oct 2025 13:20:00 +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: <1760879869.8eb84861bd62fcf30cd0f81935db7a2eec65331b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild X-VCS-Directories: app-emulation/open-vm-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8eb84861bd62fcf30cd0f81935db7a2eec65331b X-VCS-Branch: master Date: Sun, 19 Oct 2025 13:20:00 +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: 147c6d87-1e59-477e-b5b8-91ba57494527 X-Archives-Hash: f4b9a0bece866ab372e11d97459e6159 commit: 8eb84861bd62fcf30cd0f81935db7a2eec65331b Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Wed Jul 23 23:26:14 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 19 13:17:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb84861 app-emulation/open-vm-tools: add binary dependency on gtk x11 backend Closes: https://bugs.gentoo.org/958310 Signed-off-by: Cristian Othón Martínez Vera cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/43132 Signed-off-by: Sam James gentoo.org> app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild | 2 +- app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild b/app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild index fb5d12321e31..0dfba5ee9793 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-12.4.5-r2.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-libs/xmlsec:= ) X? ( - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libSM x11-libs/libXcomposite x11-libs/libXext diff --git a/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild b/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild index b26c442fa23a..8314dbf17d64 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r4.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-libs/xmlsec:= ) X? ( - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libSM x11-libs/libXcomposite x11-libs/libXext