| 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.2.ebuild,v 1.7 2011/07/11 03:34:37 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.2.ebuild,v 1.8 2011/08/20 19:16:50 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 | |
| … | |
… | |
| 82 | ssl? ( dev-libs/openssl ) |
82 | ssl? ( dev-libs/openssl ) |
| 83 | png? ( media-libs/libpng ) |
83 | png? ( media-libs/libpng ) |
| 84 | v4l? ( media-libs/libv4l ) |
84 | v4l? ( media-libs/libv4l ) |
| 85 | !win64? ( ${MLIB_DEPS} ) |
85 | !win64? ( ${MLIB_DEPS} ) |
| 86 | win32? ( ${MLIB_DEPS} ) |
86 | win32? ( ${MLIB_DEPS} ) |
| 87 | xcomposite? ( x11-libs/libXcomposite ) " |
87 | xcomposite? ( x11-libs/libXcomposite )" |
| 88 | DEPEND="${RDEPEND} |
88 | DEPEND="${RDEPEND} |
| 89 | pulseaudio? ( ${AUTOTOOLS_DEPEND} ) |
89 | pulseaudio? ( ${AUTOTOOLS_DEPEND} ) |
| 90 | X? ( |
90 | X? ( |
| 91 | x11-proto/inputproto |
91 | x11-proto/inputproto |
| 92 | x11-proto/xextproto |
92 | x11-proto/xextproto |