| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-1.5.7.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils flag-o-matic multilib pax-utils |
7 | inherit autotools eutils flag-o-matic multilib pax-utils |
| 8 | |
8 | |
| … | |
… | |
| 63 | udisks? ( |
63 | udisks? ( |
| 64 | sys-apps/dbus |
64 | sys-apps/dbus |
| 65 | sys-fs/udisks:2 |
65 | sys-fs/udisks:2 |
| 66 | ) |
66 | ) |
| 67 | gnutls? ( net-libs/gnutls ) |
67 | gnutls? ( net-libs/gnutls ) |
| 68 | gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) |
68 | gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) |
| 69 | X? ( |
69 | X? ( |
| 70 | x11-libs/libXcursor |
70 | x11-libs/libXcursor |
| 71 | x11-libs/libXrandr |
71 | x11-libs/libXrandr |
| 72 | x11-libs/libXi |
72 | x11-libs/libXi |
| 73 | x11-libs/libXmu |
73 | x11-libs/libXmu |