commit: 61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Sat Aug 29 23:31:20 2015 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Aug 29 23:31:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=61bdd0cb
x11-drivers/xf86-video-nouveau: Require libdrm >= 2.4.60. Bug: https://bugs.gentoo.org/551878 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild index b1c55c6..0f4c043 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild @@ -15,5 +15,5 @@ SRC_URI="" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]" +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]" DEPEND="${RDEPEND}"
