summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-11 13:39:10 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-11 13:39:10 +0000
commitdab96bd18868aebbfed750d1cb811a1fb27e41a4 (patch)
treeccbd3ccac7d6e085702003c1860a98d28b88e6a0 /x11-drivers/xf86-video-omap
parentRapid stabilization to heal tree, bug #442318 (diff)
downloadgentoo-2-dab96bd18868aebbfed750d1cb811a1fb27e41a4.tar.gz
gentoo-2-dab96bd18868aebbfed750d1cb811a1fb27e41a4.tar.bz2
gentoo-2-dab96bd18868aebbfed750d1cb811a1fb27e41a4.zip
Depend on >=libdrm-2.4.36, per armin76 on IRC
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-omap')
-rw-r--r--x11-drivers/xf86-video-omap/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-omap/ChangeLog b/x11-drivers/xf86-video-omap/ChangeLog
index b30e848482ec..ebd36e574dbc 100644
--- a/x11-drivers/xf86-video-omap/ChangeLog
+++ b/x11-drivers/xf86-video-omap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-omap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/ChangeLog,v 1.1 2012/10/16 00:37:07 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/ChangeLog,v 1.2 2012/11/11 13:39:10 chithanh Exp $
+
+ 11 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-video-omap-0.4.2.ebuild:
+ Depend on >=libdrm-2.4.36, per armin76 on IRC
*xf86-video-omap-0.4.2 (16 Oct 2012)
diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild
index bd608ae30cbc..cb53f9809661 100644
--- a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild
+++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild,v 1.1 2012/10/16 00:37:07 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild,v 1.2 2012/11/11 13:39:10 chithanh Exp $
EAPI=4
XORG_DRI=always
@@ -11,5 +11,5 @@ DESCRIPTION="OMAP video driver"
KEYWORDS="~arm"
RDEPEND=">=x11-base/xorg-server-1.3
- x11-libs/libdrm[video_cards_omap]"
+ >=x11-libs/libdrm-2.4.36[video_cards_omap]"
DEPEND="${RDEPEND}"