diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 12:19:42 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:14:00 -0500 |
commit | 6b0fda6247d9556b25660c0c1216126f675dae6d (patch) | |
tree | 094a0acac79f801db68efdf7ec8a35ece343ea13 /app-emulation/wine-mono | |
parent | profiles/arch/amd64: unforce abi_x86_64 for app-emulation/wine-gecko (diff) | |
download | gentoo-6b0fda6247d9556b25660c0c1216126f675dae6d.tar.gz gentoo-6b0fda6247d9556b25660c0c1216126f675dae6d.tar.bz2 gentoo-6b0fda6247d9556b25660c0c1216126f675dae6d.zip |
app-emulation/wine-mono: tidy metadata a bit
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-mono')
-rw-r--r-- | app-emulation/wine-mono/metadata.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/wine-mono/metadata.xml b/app-emulation/wine-mono/metadata.xml index 35b0a5fbed1f..83c506abfee8 100644 --- a/app-emulation/wine-mono/metadata.xml +++ b/app-emulation/wine-mono/metadata.xml @@ -6,12 +6,16 @@ <name>Wine</name> </maintainer> <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. + 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">Install pre-unpacked files which do not need to be copied into the Wine prefix</flag> </use> + <upstream> + <remote-id type="github">madewokherd/wine-mono</remote-id> + </upstream> </pkgmetadata> |