| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.94 2011/09/18 09:08:12 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.95 2011/11/07 01:57:08 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic multilib |
7 | inherit eutils flag-o-matic multilib |
| 8 | |
8 | |
| … | |
… | |
| 137 | $(use_with gstreamer) \ |
137 | $(use_with gstreamer) \ |
| 138 | --without-hal \ |
138 | --without-hal \ |
| 139 | $(use_with jpeg) \ |
139 | $(use_with jpeg) \ |
| 140 | $(use_with ldap) \ |
140 | $(use_with ldap) \ |
| 141 | $(use_with mp3 mpg123) \ |
141 | $(use_with mp3 mpg123) \ |
| 142 | $(use_with nls gettextpo) \ |
142 | $(use_with nls gettext) \ |
| 143 | $(use_with openal) \ |
143 | $(use_with openal) \ |
| 144 | $(use_with opencl) \ |
144 | $(use_with opencl) \ |
| 145 | $(use_with opengl) \ |
145 | $(use_with opengl) \ |
| 146 | $(use_with ssl openssl) \ |
146 | $(use_with ssl openssl) \ |
| 147 | $(use_with oss) \ |
147 | $(use_with oss) \ |