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 C55FB138010 for ; Sat, 1 Sep 2012 11:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2C3E02C4; Sat, 1 Sep 2012 11:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 81BC2E02C4 for ; Sat, 1 Sep 2012 11:12:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0DD133D929 for ; Sat, 1 Sep 2012 11:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65C4EE543C for ; Sat, 1 Sep 2012 11:11:59 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1346497958.8aa5e79b16c092327c53347fb8d9878a098fb9f4.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 8aa5e79b16c092327c53347fb8d9878a098fb9f4 X-VCS-Branch: master Date: Sat, 1 Sep 2012 11:11:59 +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: 7013a8c0-0431-4270-aff4-88e5dd3eff13 X-Archives-Hash: acf4e6ef61404724ad3c49f80243afbe commit: 8aa5e79b16c092327c53347fb8d9878a098fb9f4 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sat Sep 1 11:12:38 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sat Sep 1 11:12:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8aa5e79b media-libs/mesa: raise libdrm and libxcb dependencies, bug #431966. --- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2c67290..e47374b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -75,7 +75,7 @@ REQUIRED_USE=" video_cards_vmware? ( gallium ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.34" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.37" # not a runtime dependency of this package, but dependency of packages which # depend on this package, bug #342393 EXTERNAL_DEPEND=" @@ -97,7 +97,7 @@ RDEPEND="${EXTERNAL_DEPEND} x11-libs/libXdamage x11-libs/libXext x11-libs/libXxf86vm - >=x11-libs/libxcb-1.8 + >=x11-libs/libxcb-1.8.1 d3d? ( app-emulation/wine ) vdpau? ( >=x11-libs/libvdpau-0.4.1 ) wayland? ( dev-libs/wayland )