From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38484139085 for ; Wed, 25 Jan 2017 23:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E1D1426B; Wed, 25 Jan 2017 23:14:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 648721426B for ; Wed, 25 Jan 2017 23:14:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64B4C340FC1 for ; Wed, 25 Jan 2017 23:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E45D2F70 for ; Wed, 25 Jan 2017 23:14:29 +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: <1485386057.bc010550b9249b047b349b200c39fe7314b39446.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-13.0.3.ebuild media-libs/mesa/mesa-17.0.0_rc2.ebuild 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: bc010550b9249b047b349b200c39fe7314b39446 X-VCS-Branch: master Date: Wed, 25 Jan 2017 23:14:29 +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: 1aa9c046-07ab-480f-a8ff-8e8a410dfb29 X-Archives-Hash: 1e6e8e3097b47465d1d5f40a20c0f63c commit: bc010550b9249b047b349b200c39fe7314b39446 Author: Matt Turner gentoo org> AuthorDate: Wed Jan 25 23:07:35 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 25 23:14:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc010550 media-libs/mesa: Drop kernel_FreeBSD exclusion of libelf dependency. In commit cc7c79df20b, Chí-Thanh removed the libelf dependency on FreeBSD since it is a part of sys-freebsd/freebsd-lib. Since then (see commit 7f40b6c262bfe5) we have switched to virtual/libelf, which is satisfied by sys-freebsd/freebsd-lib. media-libs/mesa/mesa-13.0.3.ebuild | 8 ++++---- media-libs/mesa/mesa-17.0.0_rc2.ebuild | 8 ++++---- media-libs/mesa/mesa-9999.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-libs/mesa/mesa-13.0.3.ebuild b/media-libs/mesa/mesa-13.0.3.ebuild index 0773786..f539cdc 100644 --- a/media-libs/mesa/mesa-13.0.3.ebuild +++ b/media-libs/mesa/mesa-13.0.3.ebuild @@ -45,7 +45,7 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gcrypt gles1 gles2 libressl +llvm +nettle +nptl opencl osmesa pax_kernel openmax openssl pic - selinux vaapi valgrind vdpau vulkan wayland xvmc xa kernel_FreeBSD" + selinux vaapi valgrind vdpau vulkan wayland xvmc xa" REQUIRED_USE=" || ( gcrypt libressl nettle openssl ) @@ -95,11 +95,11 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - llvm? ( !kernel_FreeBSD? ( + llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) !video_cards_r600? ( video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) ) + ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] ) @@ -113,7 +113,7 @@ RDEPEND=" opencl? ( app-eselect/eselect-opencl dev-libs/libclc - !kernel_FreeBSD? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) + virtual/libelf:0=[${MULTILIB_USEDEP}] ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 735dd56..1df4dd0 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -44,7 +44,7 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau - vulkan wayland xvmc xa kernel_FreeBSD" + vulkan wayland xvmc xa" REQUIRED_USE=" d3d9? ( dri3 gallium ) @@ -95,17 +95,17 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - llvm? ( !kernel_FreeBSD? ( + llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) !video_cards_r600? ( video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) ) + ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? ( app-eselect/eselect-opencl dev-libs/libclc - !kernel_FreeBSD? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) + virtual/libelf:0=[${MULTILIB_USEDEP}] ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2268df1..b8ea0e0 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -44,7 +44,7 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau - vulkan wayland xvmc xa kernel_FreeBSD" + vulkan wayland xvmc xa" REQUIRED_USE=" d3d9? ( dri3 gallium ) @@ -95,17 +95,17 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - llvm? ( !kernel_FreeBSD? ( + llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) !video_cards_r600? ( video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) ) + ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? ( app-eselect/eselect-opencl dev-libs/libclc - !kernel_FreeBSD? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) + virtual/libelf:0=[${MULTILIB_USEDEP}] ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? (