summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-26 09:38:40 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-26 09:38:40 +0000
commit4129044ec30624286eb1878f2d33d9c116db3034 (patch)
tree20cb5cf1ec7ff7232560f7a27b21cb4c8e12dbd4 /x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild
parentTodays Python patches (diff)
downloadhistorical-4129044ec30624286eb1878f2d33d9c116db3034.tar.gz
historical-4129044ec30624286eb1878f2d33d9c116db3034.tar.bz2
historical-4129044ec30624286eb1878f2d33d9c116db3034.zip
Version bump to latest.
Package-Manager: portage-2.2.0_alpha36/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild
new file mode 100644
index 000000000000..029d69823dbb
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.2.ebuild
@@ -0,0 +1,25 @@
+# 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-ati/xf86-video-ati-6.14.2.ebuild,v 1.1 2011/05/26 09:38:40 scarabeus Exp $
+
+EAPI=4
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="ATI video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libdrm[video_cards_radeon]"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ --enable-dri
+ --enable-kms
+ --enable-exa
+ )
+}