Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-nouveau/
Date: Sat, 29 Aug 2015 23:27:38
Message-Id: 1440891080.61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e.mattst88@gentoo
1 commit: 61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 29 23:31:20 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 23:31:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=61bdd0cb
7
8 x11-drivers/xf86-video-nouveau: Require libdrm >= 2.4.60.
9
10 Bug: https://bugs.gentoo.org/551878
11
12 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
16 index b1c55c6..0f4c043 100644
17 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
18 +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
19 @@ -15,5 +15,5 @@ SRC_URI=""
20 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
21 IUSE=""
22
23 -RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]"
24 +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]"
25 DEPEND="${RDEPEND}"