commit: c56b3fdb7f41d53d6cb0271751160818757e4890
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 06:53:03 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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.
</longdescription>
<use>
- <flag name="shared">Install pre-unpacked files which do not
need to be copied into the Wine prefix</flag>
+ <flag name="shared">
+ 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)
+ </flag>
</use>
<upstream>
<remote-id type="github">madewokherd/wine-mono</remote-id>