Parent Directory
|
Revision Log
Add dependency on libpciaccess, bug #442204 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.7 2012/08/26 19:44:41 armin76 Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | XORG_DRI="dri" |
| 8 | inherit xorg-2 |
| 9 | |
| 10 | DESCRIPTION="ATI Mach64 video driver" |
| 11 | |
| 12 | KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" |
| 13 | IUSE="" |
| 14 | |
| 15 | RDEPEND=">=x11-base/xorg-server-1.10 |
| 16 | >=x11-libs/libpciaccess-0.12.901" |
| 17 | DEPEND="${RDEPEND}" |
| 18 | |
| 19 | pkg_setup() { |
| 20 | XORG_CONFIGURE_OPTIONS=( |
| 21 | $(use_enable dri) |
| 22 | ) |
| 23 | |
| 24 | xorg-2_pkg_setup |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |