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 F173C15834D for ; Thu, 27 Jun 2024 06:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3313A2BC066; Thu, 27 Jun 2024 06:56:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1B76A2BC066 for ; Thu, 27 Jun 2024 06:56:00 +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 5758C335D75 for ; Thu, 27 Jun 2024 06:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835E31D6F for ; Thu, 27 Jun 2024 06:55:57 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1719471186.c56b3fdb7f41d53d6cb0271751160818757e4890.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-mono/metadata.xml X-VCS-Directories: app-emulation/wine-mono/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c56b3fdb7f41d53d6cb0271751160818757e4890 X-VCS-Branch: master Date: Thu, 27 Jun 2024 06:55:57 +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: a57b9e29-aa52-44ed-a08e-93e2e153d0de X-Archives-Hash: 963ba821e880739bdf122bf9185cec3c commit: c56b3fdb7f41d53d6cb0271751160818757e4890 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jun 27 06:53:03 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 27 06:53:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56b3fdb app-emulation/wine-mono: note Z: drive in USE=shared metadata Some users do not like te idea of wine prefixes being able to read everything through the rootfs Z:\ drive and opt to remove it, but then this unexpectedly breaks mono and is not entirely obvious as to why. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-mono/metadata.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-emulation/wine-mono/metadata.xml b/app-emulation/wine-mono/metadata.xml index 83c506abfee8..6569f10f81de 100644 --- a/app-emulation/wine-mono/metadata.xml +++ b/app-emulation/wine-mono/metadata.xml @@ -13,7 +13,12 @@ purpose. - Install pre-unpacked files which do not need to be copied into the Wine prefix + + Install pre-unpacked files which do not need to + be copied into the Wine prefix (note that this + requires the default top-level Z: drive to be + kept for out-of-prefix files to be readable) + madewokherd/wine-mono