summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-28 16:16:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-28 16:16:38 +0000
commit7c0363015fa1bbe353f2f08c2a491588547302ed (patch)
tree5ca4bbbb88add97d3bf67fc3e06c88049f31a785 /x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild
parentRemove entries for removed packages (diff)
downloadhistorical-7c0363015fa1bbe353f2f08c2a491588547302ed.tar.gz
historical-7c0363015fa1bbe353f2f08c2a491588547302ed.tar.bz2
historical-7c0363015fa1bbe353f2f08c2a491588547302ed.zip
Version bump to latest.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild')
-rw-r--r--x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild
new file mode 100644
index 000000000000..bebe1e0aeda3
--- /dev/null
+++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild,v 1.1 2011/04/28 16:16:38 scarabeus Exp $
+
+EAPI=4
+
+XORG_DRI="dri"
+inherit xorg-2
+
+DESCRIPTION="ATI Mach64 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.10"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+
+ xorg-2_pkg_setup
+}