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 E918D139694 for ; Sat, 4 Mar 2017 17:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DC4B21C06B; Sat, 4 Mar 2017 17:11:20 +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 2776821C06B for ; Sat, 4 Mar 2017 17:11:20 +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 4F87F3417EA for ; Sat, 4 Mar 2017 17:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E55C15C49 for ; Sat, 4 Mar 2017 17:11:17 +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: <1488647470.2fd7fa0f779c04af1eb72df71054a996544bbb32.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.5.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2fd7fa0f779c04af1eb72df71054a996544bbb32 X-VCS-Branch: master Date: Sat, 4 Mar 2017 17:11:17 +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: ec91e26d-7d40-4277-8dfa-935bf61bcc99 X-Archives-Hash: 1b5ab9129c77760ebe574d885b633ef6 commit: 2fd7fa0f779c04af1eb72df71054a996544bbb32 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 4 16:18:10 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 4 17:11:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd7fa0f media-libs/mesa: Drop building radv in 13.0.5. radv requires an unstable version of llvm (3.9). media-libs/mesa/mesa-13.0.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 83fa8ce7bd7..060c3b35617 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -56,8 +56,7 @@ REQUIRED_USE=" gles2? ( egl ) vaapi? ( gallium ) vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) - video_cards_radeonsi? ( llvm ) ) + vulkan? ( video_cards_i965 ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) @@ -97,7 +96,6 @@ RDEPEND=" llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] - vulkan? ( >=sys-devel/llvm-3.9.0:0=[${MULTILIB_USEDEP}] ) ) >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}] ) @@ -276,7 +274,9 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_i965 intel - vulkan_enable video_cards_radeonsi radeon + + # radv is disabled due to dependence on >=llvm-3.9, bug 607660 + #vulkan_enable video_cards_radeonsi radeon fi # x86 hardened pax_kernel needs glx-rts, bug 240956