diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-05 15:41:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-05 15:41:07 +0000 |
commit | 46b3c93ca9904ded492a32da82389e2fdffc4c87 (patch) | |
tree | 71fe0564b115cdaab976e5d4786aade87eebce2a /x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild | |
parent | Make sure sandbox is part of stage1 for musl profiles (diff) | |
download | historical-46b3c93ca9904ded492a32da82389e2fdffc4c87.tar.gz historical-46b3c93ca9904ded492a32da82389e2fdffc4c87.tar.bz2 historical-46b3c93ca9904ded492a32da82389e2fdffc4c87.zip |
Version bump, bug #510916.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
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.ebuild | 17 |
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}" |