summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-05 15:41:04 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-05 15:41:04 +0000
commiteb0985f1ae9f1d3385bb7f323d1de6428b48b41c (patch)
treedb45669b2c2268175d0fff160ad403811bba8f7c /x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild
parentMake sure sandbox is part of stage1 for musl profiles (diff)
downloadgentoo-2-eb0985f1ae9f1d3385bb7f323d1de6428b48b41c.tar.gz
gentoo-2-eb0985f1ae9f1d3385bb7f323d1de6428b48b41c.tar.bz2
gentoo-2-eb0985f1ae9f1d3385bb7f323d1de6428b48b41c.zip
Version bump, bug #510916.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild')
-rw-r--r--x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild b/x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild
new file mode 100644
index 000000000000..32efa5e40d78
--- /dev/null
+++ b/x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild,v 1.1 2014/06/05 15:41:04 chithanh Exp $
+
+EAPI=5
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="Driver for Adreno mobile GPUs"
+KEYWORDS="~arm"
+IUSE=""
+
+RDEPEND=">=media-libs/mesa-10.2[xa]
+ virtual/libudev
+ x11-libs/libdrm[video_cards_freedreno]"
+DEPEND="${RDEPEND}"