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 42514138334 for ; Fri, 15 Jun 2018 21:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7023AE0856; Fri, 15 Jun 2018 21:36:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F806E0856 for ; Fri, 15 Jun 2018 21:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37DEF335C8B for ; Fri, 15 Jun 2018 21:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 939942D6 for ; Fri, 15 Jun 2018 21:36:06 +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: <1529098545.6c41530ba8a4f5523f890a88f911b32a0870fdd4.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-17.3.9.ebuild media-libs/mesa/mesa-18.0.5.ebuild media-libs/mesa/mesa-18.1.1-r1.ebuild media-libs/mesa/mesa-18.1.1.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: 6c41530ba8a4f5523f890a88f911b32a0870fdd4 X-VCS-Branch: master Date: Fri, 15 Jun 2018 21:36:06 +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: 3c0b541e-766a-4111-817d-7141c699e0eb X-Archives-Hash: 246a83cdbb81facf48ba0002fe481380 commit: 6c41530ba8a4f5523f890a88f911b32a0870fdd4 Author: Jan Vesely gmail com> AuthorDate: Fri Jun 15 18:03:14 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 15 21:35:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c41530b media-libs/mesa: opencl implementation is available only for r600 or radeonsi GPUs Closes: https://bugs.gentoo.org/658120 media-libs/mesa/mesa-17.3.9.ebuild | 2 +- media-libs/mesa/mesa-18.0.5.ebuild | 2 +- media-libs/mesa/mesa-18.1.1-r1.ebuild | 2 +- media-libs/mesa/mesa-18.1.1.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/mesa/mesa-17.3.9.ebuild b/media-libs/mesa/mesa-17.3.9.ebuild index 6a26d1b522d..7f78fbc062b 100644 --- a/media-libs/mesa/mesa-17.3.9.ebuild +++ b/media-libs/mesa/mesa-17.3.9.ebuild @@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS} REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( gallium llvm ) + opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) diff --git a/media-libs/mesa/mesa-18.0.5.ebuild b/media-libs/mesa/mesa-18.0.5.ebuild index 0f5fe7b791a..1fef2ab051c 100644 --- a/media-libs/mesa/mesa-18.0.5.ebuild +++ b/media-libs/mesa/mesa-18.0.5.ebuild @@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS} REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( gallium llvm ) + opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) diff --git a/media-libs/mesa/mesa-18.1.1-r1.ebuild b/media-libs/mesa/mesa-18.1.1-r1.ebuild index 616c90765a3..174ef6902cf 100644 --- a/media-libs/mesa/mesa-18.1.1-r1.ebuild +++ b/media-libs/mesa/mesa-18.1.1-r1.ebuild @@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS} REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( gallium llvm ) + opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) diff --git a/media-libs/mesa/mesa-18.1.1.ebuild b/media-libs/mesa/mesa-18.1.1.ebuild index 5e8a02ef74d..5acb40f7585 100644 --- a/media-libs/mesa/mesa-18.1.1.ebuild +++ b/media-libs/mesa/mesa-18.1.1.ebuild @@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS} REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( gallium llvm ) + opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 91b260c9796..f159a80c67f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -44,7 +44,7 @@ IUSE="${IUSE_VIDEO_CARDS} REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( gallium llvm ) + opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl )