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 3C6D4138CCE for ; Sat, 28 Mar 2015 19:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85F0E082F; Sat, 28 Mar 2015 19:51:41 +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 7C073E082F for ; Sat, 28 Mar 2015 19:51:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE93B340ABD for ; Sat, 28 Mar 2015 19:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5263214B97 for ; Sat, 28 Mar 2015 19:51:37 +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: <1427571395.fd404d0d17cff9f1428ba1e7dd556276168c67ad.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: fd404d0d17cff9f1428ba1e7dd556276168c67ad X-VCS-Branch: master Date: Sat, 28 Mar 2015 19:51:37 +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: f90e6c6e-25cf-4b5a-a216-8e64a20ee38f X-Archives-Hash: 0eb0b98fb6d6ffff78383bc7bf7f3294 commit: fd404d0d17cff9f1428ba1e7dd556276168c67ad Author: Matt Turner gmail com> AuthorDate: Sat Mar 28 19:36:35 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 28 19:36:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=fd404d0d media-libs/mesa: Depend on libXfixes. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=542812 media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ffec51d..1b23826 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -93,6 +93,7 @@ RDEPEND=" >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] + x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( || ( >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]