| 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/Attic/wine-1.2.1.ebuild,v 1.3 2011/01/12 19:16:55 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.1.ebuild,v 1.4 2011/02/05 08:50:45 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 | |
| … | |
… | |
| 35 | |
35 | |
| 36 | MLIB_DEPS="amd64? ( |
36 | MLIB_DEPS="amd64? ( |
| 37 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
37 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
| 38 | X? ( |
38 | X? ( |
| 39 | >=app-emulation/emul-linux-x86-xlibs-2.1 |
39 | >=app-emulation/emul-linux-x86-xlibs-2.1 |
| 40 | >=app-emulation/emul-linux-x86-soundlibs-2.1 |
40 | >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio?] |
| 41 | ) |
41 | ) |
| 42 | openal? ( app-emulation/emul-linux-x86-sdl ) |
42 | openal? ( app-emulation/emul-linux-x86-sdl ) |
| 43 | opengl? ( app-emulation/emul-linux-x86-opengl ) |
43 | opengl? ( app-emulation/emul-linux-x86-opengl ) |
| 44 | app-emulation/emul-linux-x86-baselibs |
44 | app-emulation/emul-linux-x86-baselibs |
| 45 | >=sys-kernel/linux-headers-2.6 |
45 | >=sys-kernel/linux-headers-2.6 |