| 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/x11-libs/cairo/Attic/cairo-1.12.6.ebuild,v 1.2 2012/11/04 09:54:57 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/Attic/cairo-1.12.6.ebuild,v 1.3 2012/11/28 10:27:31 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic autotools |
7 | inherit eutils flag-o-matic autotools |
| 8 | |
8 | |
| … | |
… | |
| 37 | qt4? ( >=x11-libs/qt-gui-4.8:4 ) |
37 | qt4? ( >=x11-libs/qt-gui-4.8:4 ) |
| 38 | X? ( |
38 | X? ( |
| 39 | >=x11-libs/libXrender-0.6 |
39 | >=x11-libs/libXrender-0.6 |
| 40 | x11-libs/libX11 |
40 | x11-libs/libX11 |
| 41 | drm? ( |
41 | drm? ( |
| 42 | >=sys-fs/udev-136 |
42 | >=virtual/udev-136 |
| 43 | gallium? ( media-libs/mesa[gallium] ) |
43 | gallium? ( media-libs/mesa[gallium] ) |
| 44 | ) |
44 | ) |
| 45 | ) |
45 | ) |
| 46 | xcb? ( |
46 | xcb? ( |
| 47 | x11-libs/libxcb |
47 | x11-libs/libxcb |