summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-06-27 02:53:03 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-06-27 02:53:06 -0400
commitc56b3fdb7f41d53d6cb0271751160818757e4890 (patch)
tree4c7c0fccce0de2a6368f83a56622f21008fc0aae /app-emulation/wine-mono
parentapp-emulation/wine-staging: update live (diff)
downloadgentoo-c56b3fdb7f41d53d6cb0271751160818757e4890.tar.gz
gentoo-c56b3fdb7f41d53d6cb0271751160818757e4890.tar.bz2
gentoo-c56b3fdb7f41d53d6cb0271751160818757e4890.zip
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@gentoo.org>
Diffstat (limited to 'app-emulation/wine-mono')
-rw-r--r--app-emulation/wine-mono/metadata.xml7
1 files changed, 6 insertions, 1 deletions
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>