summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-18 18:14:35 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-18 18:14:35 +0000
commit10825ee907fe9e073972c1ca64aeb5849b4d1408 (patch)
tree308d1a8e43a00cac3ddd53f331b474176904d841 /x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.ebuild
parentRemove unused files. (diff)
downloadgentoo-2-10825ee907fe9e073972c1ca64aeb5849b4d1408.tar.gz
gentoo-2-10825ee907fe9e073972c1ca64aeb5849b4d1408.tar.bz2
gentoo-2-10825ee907fe9e073972c1ca64aeb5849b4d1408.zip
Version bump to latest bugfix release.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.ebuild')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.ebuild
new file mode 100644
index 000000000000..ed4aa2785064
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.1.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.1.ebuild,v 1.1 2011/03/18 18:14:35 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
+ CONFIGURE_OPTIONS="
+ --enable-dri
+ --enable-kms
+ --enable-exa
+ "
+}