From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED70B1384C0 for ; Sat, 29 Aug 2015 23:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E7314243; Sat, 29 Aug 2015 23:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7659414243 for ; Sat, 29 Aug 2015 23:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51061340887 for ; Sat, 29 Aug 2015 23:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F14A4162 for ; Sat, 29 Aug 2015 23:27:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1440891080.61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-nouveau/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e X-VCS-Branch: master Date: Sat, 29 Aug 2015 23:27:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f961cb2-6369-4c6d-99d0-9a1bff76297c X-Archives-Hash: 76d34b80be29d046eea2b0fcd177e2f7 commit: 61bdd0cbe9556ebd007e37d0f52cd7353e6e0b2e Author: Matt Turner gmail com> AuthorDate: Sat Aug 29 23:31:20 2015 +0000 Commit: Matt Turner gentoo 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}"