diff options
Diffstat (limited to 'app-emulation/wine-vanilla/metadata.xml')
-rw-r--r-- | app-emulation/wine-vanilla/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index 497dd69c907f..7467ea24def3 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -4,6 +4,10 @@ <maintainer type="project"> <email>wine@gentoo.org</email> <name>Wine</name> + <description> + This package must be kept in sync with repo/proj/wine repository. + Any changes need to be run past the maintainer to ensure the two repositories are kept in sync. + </description> </maintainer> <longdescription> Wine is an Open Source implementation of the Windows API on top of X and Unix. @@ -20,6 +24,7 @@ This variant of the Wine packaging does not include external patchsets <flag name="gecko">Add support for the Gecko engine when using iexplore</flag> <flag name="gssapi">Use GSSAPI (Kerberos SSP support)</flag> <flag name="gstreamer">Use <pkg>media-libs/gstreamer</pkg> to provide DirectShow functionality;</flag> + <flag name="mingw">Build PE files using a MinGW cross compiler</flag> <flag name="mono">Add support for .NET using Wine's Mono add-on</flag> <flag name="netapi">Use libnetapi from <pkg>net-fs/samba</pkg> to support Windows networks in netapi32.dll</flag> <flag name="opencl">Enable OpenCL support</flag> |