Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Fri, 19 Oct 2018 17:47:11
Message-Id: 1539971215.ac485c1dcba596a63757b5fba0b313ac0e1acfd1.mattst88@gentoo
1 commit: ac485c1dcba596a63757b5fba0b313ac0e1acfd1
2 Author: Jan Vesely <jano.vesely <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 10 06:48:41 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:46:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac485c1d
7
8 dev-libs/mesa-{18.2.2-r1,9999}: Depend on ocl-icd providing CL headers
9
10 Signed-off-by: Jan Vesely <jano.vesely <AT> gmail.com>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/mesa/mesa-18.2.2-r1.ebuild | 4 ++--
14 media-libs/mesa/mesa-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-18.2.2-r1.ebuild b/media-libs/mesa/mesa-18.2.2-r1.ebuild
18 index 5d286e7f051..7728fa3de19 100644
19 --- a/media-libs/mesa/mesa-18.2.2-r1.ebuild
20 +++ b/media-libs/mesa/mesa-18.2.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -95,7 +95,7 @@ RDEPEND="
28 )
29 lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
30 opencl? (
31 - dev-libs/ocl-icd
32 + dev-libs/ocl-icd[khronos-headers]
33 dev-libs/libclc
34 virtual/libelf:0=[${MULTILIB_USEDEP}]
35 )
36
37 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
38 index 6eeeca17ce1..c50d8550e51 100644
39 --- a/media-libs/mesa/mesa-9999.ebuild
40 +++ b/media-libs/mesa/mesa-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -95,7 +95,7 @@ RDEPEND="
48 )
49 lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
50 opencl? (
51 - dev-libs/ocl-icd
52 + dev-libs/ocl-icd[khronos-headers]
53 dev-libs/libclc
54 virtual/libelf:0=[${MULTILIB_USEDEP}]
55 )