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 1127713877A for ; Tue, 19 Aug 2014 07:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B932E0932; Tue, 19 Aug 2014 07:41:53 +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 00017E0932 for ; Tue, 19 Aug 2014 07:41:52 +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 93E7633D3D7 for ; Tue, 19 Aug 2014 07:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352D03BE5 for ; Tue, 19 Aug 2014 07:02:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407053182.c7615e09741a6539552c2edc52e01bedd65b0df7.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7615e09741a6539552c2edc52e01bedd65b0df7 X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:02:55 +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: a5bf25da-752e-4335-8e4c-0ce27543a2b8 X-Archives-Hash: bf41687fba566804f20c393de59db65b Message-ID: <20140819070255.y3V4uFyh10eylOfCA_gnLQ2370mZyfdupnElrBzPYtU@z> commit: c7615e09741a6539552c2edc52e01bedd65b0df7 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 3 08:06:22 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 3 08:06:22 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c7615e09 media-libs/mesa: Switch to virtual/libudev. Package-Manager: portage-2.2.10 --- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3d1ed05..885b938 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -95,8 +95,8 @@ RDEPEND=" gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.2.7 dev-libs/expat[${MULTILIB_USEDEP}] - gbm? ( virtual/udev[${MULTILIB_USEDEP}] ) - dri3? ( virtual/udev[${MULTILIB_USEDEP}] ) + gbm? ( virtual/libudev[${MULTILIB_USEDEP}] ) + dri3? ( virtual/libudev[${MULTILIB_USEDEP}] ) >=x11-libs/libX11-1.3.99.901[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1[${MULTILIB_USEDEP}] x11-libs/libXdamage[${MULTILIB_USEDEP}]