diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-01-25 11:54:19 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-01-25 11:54:19 -0500 |
commit | 8310754b1479ec5b6ef2bd429da2866069abf2e4 (patch) | |
tree | df95be778f37a21edad23d724b8fc63c01170a6c /app-emulation | |
parent | 7b833eeeafe02e4025808e93c506679544bf64d4 (diff) | |
download | gentoo-overlay-8310754b1479ec5b6ef2bd429da2866069abf2e4.tar.xz gentoo-overlay-8310754b1479ec5b6ef2bd429da2866069abf2e4.zip |
app-emulation/wine-mono: update
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-mono/metadata.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-emulation/wine-mono/metadata.xml b/app-emulation/wine-mono/metadata.xml index aed8f84..acaeb52 100644 --- a/app-emulation/wine-mono/metadata.xml +++ b/app-emulation/wine-mono/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription> - Wine Mono is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose. - </longdescription> - <upstream> - <remote-id type="github">madewokherd/wine-mono</remote-id> - </upstream> + <use> + <flag name="shared">Unpack files for sharing between wineprefixes</flag> + </use> </pkgmetadata> |