diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 04:36:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 04:36:58 +0000 |
commit | e2e764c2bcef38357d9be5104a3e90524c3810b4 (patch) | |
tree | 5211f8d99a63948a9250e43767a541bca3ddd4c8 /app-emulation | |
parent | Add support for win32 and win64 at the same time by Alexandre Borges Marcelo ... (diff) | |
download | gentoo-2-e2e764c2bcef38357d9be5104a3e90524c3810b4.tar.gz gentoo-2-e2e764c2bcef38357d9be5104a3e90524c3810b4.tar.bz2 gentoo-2-e2e764c2bcef38357d9be5104a3e90524c3810b4.zip |
add IUSE=win32
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml index 6b6db189825e..fe355ba91ce2 100644 --- a/app-emulation/wine/metadata.xml +++ b/app-emulation/wine/metadata.xml @@ -15,6 +15,7 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n <flag name='samba'>Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing</flag> + <flag name='win32'>Build a 32bit version of Wine (won't run Win64 binaries)</flag> <flag name='win64'>Build a 64bit version of Wine (won't run Win32 binaries)</flag> </use> </pkgmetadata> |