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 B6925138335 for ; Fri, 19 Oct 2018 17:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BA7E07A9; Fri, 19 Oct 2018 17:47: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 B46D8E07A9 for ; Fri, 19 Oct 2018 17:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B914335C7B for ; Fri, 19 Oct 2018 17:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2074D441 for ; Fri, 19 Oct 2018 17:47:07 +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: <1539971215.ac485c1dcba596a63757b5fba0b313ac0e1acfd1.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-18.2.2-r1.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: ac485c1dcba596a63757b5fba0b313ac0e1acfd1 X-VCS-Branch: master Date: Fri, 19 Oct 2018 17:47:07 +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: fbf6f497-288f-4297-adde-0e0d64aab124 X-Archives-Hash: ffad9866f514528899c0bce52bd05f69 commit: ac485c1dcba596a63757b5fba0b313ac0e1acfd1 Author: Jan Vesely gmail com> AuthorDate: Wed Oct 10 06:48:41 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 19 17:46:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac485c1d dev-libs/mesa-{18.2.2-r1,9999}: Depend on ocl-icd providing CL headers Signed-off-by: Jan Vesely gmail.com> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-18.2.2-r1.ebuild | 4 ++-- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-18.2.2-r1.ebuild b/media-libs/mesa/mesa-18.2.2-r1.ebuild index 5d286e7f051..7728fa3de19 100644 --- a/media-libs/mesa/mesa-18.2.2-r1.ebuild +++ b/media-libs/mesa/mesa-18.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -95,7 +95,7 @@ RDEPEND=" ) lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] ) opencl? ( - dev-libs/ocl-icd + dev-libs/ocl-icd[khronos-headers] dev-libs/libclc virtual/libelf:0=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 6eeeca17ce1..c50d8550e51 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -95,7 +95,7 @@ RDEPEND=" ) lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] ) opencl? ( - dev-libs/ocl-icd + dev-libs/ocl-icd[khronos-headers] dev-libs/libclc virtual/libelf:0=[${MULTILIB_USEDEP}] )