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 8978E138247 for ; Sat, 9 Nov 2013 06:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66168E09AE; Sat, 9 Nov 2013 06:29:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1617E09AE for ; Sat, 9 Nov 2013 06:29:11 +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 173CA33F25E for ; Sat, 9 Nov 2013 06:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2E8DE545C for ; Sat, 9 Nov 2013 06:29:08 +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: <1383978518.23e7d0eedeedda740e094e7a89a3360d40779552.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 23e7d0eedeedda740e094e7a89a3360d40779552 X-VCS-Branch: master Date: Sat, 9 Nov 2013 06:29:08 +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: 3100feeb-376c-46bf-8499-83888e9bf665 X-Archives-Hash: 661a672214cac08210ee2a562b63c9f7 commit: 23e7d0eedeedda740e094e7a89a3360d40779552 Author: Matt Turner gmail com> AuthorDate: Sat Nov 9 06:28:38 2013 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 9 06:28:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=23e7d0ee media-libs/mesa: Require >=libxcb-1.9.2. --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index b57c52d..abbe8d1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -99,7 +99,7 @@ RDEPEND=" x11-libs/libXdamage[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.9.0[${MULTILIB_USEDEP}] + >=x11-libs/libxcb-1.9.2[${MULTILIB_USEDEP}] opencl? ( app-admin/eselect-opencl dev-libs/libclc