summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-05 15:41:48 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-06-05 15:41:48 +0000
commit5af45ff6e2d016989a0e7946525cc69a8b60fb2a (patch)
treecdb3da223c4313c99573594adb15faa7992dce22 /x11-drivers
parentVersion bump, bug #510916. (diff)
downloadgentoo-2-5af45ff6e2d016989a0e7946525cc69a8b60fb2a.tar.gz
gentoo-2-5af45ff6e2d016989a0e7946525cc69a8b60fb2a.tar.bz2
gentoo-2-5af45ff6e2d016989a0e7946525cc69a8b60fb2a.zip
Raise libdrm dependency.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-freedreno/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-freedreno/ChangeLog b/x11-drivers/xf86-video-freedreno/ChangeLog
index d59bb96812bc..d11ddd2f5bf2 100644
--- a/x11-drivers/xf86-video-freedreno/ChangeLog
+++ b/x11-drivers/xf86-video-freedreno/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-freedreno
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-freedreno/ChangeLog,v 1.2 2014/06/05 15:41:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-freedreno/ChangeLog,v 1.3 2014/06/05 15:41:48 chithanh Exp $
+
+ 05 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-video-freedreno-1.1.0.ebuild:
+ Raise libdrm dependency.
*xf86-video-freedreno-1.1.0 (05 Jun 2014)
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
index 32efa5e40d78..077320fbde0b 100644
--- 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
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-freedreno/xf86-video-freedreno-1.1.0.ebuild,v 1.2 2014/06/05 15:41:48 chithanh Exp $
EAPI=5
@@ -13,5 +13,5 @@ IUSE=""
RDEPEND=">=media-libs/mesa-10.2[xa]
virtual/libudev
- x11-libs/libdrm[video_cards_freedreno]"
+ >=x11-libs/libdrm-2.4.54[video_cards_freedreno]"
DEPEND="${RDEPEND}"