Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 30 Jun 2019 07:52:56
Message-Id: 1561881163.b6aeb1cce5b8f6dd1c50f9c29852214da39a52d3.mgorny@gentoo
1 commit: b6aeb1cce5b8f6dd1c50f9c29852214da39a52d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 07:45:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 07:52:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6aeb1cc
7
8 media-libs/mesa: Add missing LLVM_SLOT in llvm_check_deps()
9
10 Reported-by: Tim Harder <radhermit <AT> gentoo.org>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-libs/mesa/mesa-18.3.6.ebuild | 4 ++--
14 media-libs/mesa/mesa-19.0.6.ebuild | 4 ++--
15 media-libs/mesa/mesa-19.0.7.ebuild | 4 ++--
16 media-libs/mesa/mesa-19.0.8.ebuild | 4 ++--
17 media-libs/mesa/mesa-19.1.0.ebuild | 4 ++--
18 media-libs/mesa/mesa-19.1.1.ebuild | 4 ++--
19 media-libs/mesa/mesa-9999.ebuild | 4 ++--
20 7 files changed, 14 insertions(+), 14 deletions(-)
21
22 diff --git a/media-libs/mesa/mesa-18.3.6.ebuild b/media-libs/mesa/mesa-18.3.6.ebuild
23 index 307d5733e84..88a3f43e5c6 100644
24 --- a/media-libs/mesa/mesa-18.3.6.ebuild
25 +++ b/media-libs/mesa/mesa-18.3.6.ebuild
26 @@ -238,9 +238,9 @@ llvm_check_deps() {
27 fi
28
29 if use opencl; then
30 - has_version "sys-devel/clang[${flags}]" || return 1
31 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
32 fi
33 - has_version "sys-devel/llvm[${flags}]"
34 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
35 }
36
37 pkg_pretend() {
38
39 diff --git a/media-libs/mesa/mesa-19.0.6.ebuild b/media-libs/mesa/mesa-19.0.6.ebuild
40 index 6e5cc0499b8..cb29e92acfb 100644
41 --- a/media-libs/mesa/mesa-19.0.6.ebuild
42 +++ b/media-libs/mesa/mesa-19.0.6.ebuild
43 @@ -242,9 +242,9 @@ llvm_check_deps() {
44 fi
45
46 if use opencl; then
47 - has_version "sys-devel/clang[${flags}]" || return 1
48 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
49 fi
50 - has_version "sys-devel/llvm[${flags}]"
51 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
52 }
53
54 pkg_pretend() {
55
56 diff --git a/media-libs/mesa/mesa-19.0.7.ebuild b/media-libs/mesa/mesa-19.0.7.ebuild
57 index 6e5cc0499b8..cb29e92acfb 100644
58 --- a/media-libs/mesa/mesa-19.0.7.ebuild
59 +++ b/media-libs/mesa/mesa-19.0.7.ebuild
60 @@ -242,9 +242,9 @@ llvm_check_deps() {
61 fi
62
63 if use opencl; then
64 - has_version "sys-devel/clang[${flags}]" || return 1
65 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
66 fi
67 - has_version "sys-devel/llvm[${flags}]"
68 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
69 }
70
71 pkg_pretend() {
72
73 diff --git a/media-libs/mesa/mesa-19.0.8.ebuild b/media-libs/mesa/mesa-19.0.8.ebuild
74 index 6e5cc0499b8..cb29e92acfb 100644
75 --- a/media-libs/mesa/mesa-19.0.8.ebuild
76 +++ b/media-libs/mesa/mesa-19.0.8.ebuild
77 @@ -242,9 +242,9 @@ llvm_check_deps() {
78 fi
79
80 if use opencl; then
81 - has_version "sys-devel/clang[${flags}]" || return 1
82 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
83 fi
84 - has_version "sys-devel/llvm[${flags}]"
85 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
86 }
87
88 pkg_pretend() {
89
90 diff --git a/media-libs/mesa/mesa-19.1.0.ebuild b/media-libs/mesa/mesa-19.1.0.ebuild
91 index 20146f77c70..dc0cc0f2e6d 100644
92 --- a/media-libs/mesa/mesa-19.1.0.ebuild
93 +++ b/media-libs/mesa/mesa-19.1.0.ebuild
94 @@ -245,9 +245,9 @@ llvm_check_deps() {
95 fi
96
97 if use opencl; then
98 - has_version "sys-devel/clang[${flags}]" || return 1
99 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
100 fi
101 - has_version "sys-devel/llvm[${flags}]"
102 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
103 }
104
105 pkg_pretend() {
106
107 diff --git a/media-libs/mesa/mesa-19.1.1.ebuild b/media-libs/mesa/mesa-19.1.1.ebuild
108 index d1efde2b6aa..0fd4ae716a5 100644
109 --- a/media-libs/mesa/mesa-19.1.1.ebuild
110 +++ b/media-libs/mesa/mesa-19.1.1.ebuild
111 @@ -247,9 +247,9 @@ llvm_check_deps() {
112 fi
113
114 if use opencl; then
115 - has_version "sys-devel/clang[${flags}]" || return 1
116 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
117 fi
118 - has_version "sys-devel/llvm[${flags}]"
119 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
120 }
121
122 pkg_pretend() {
123
124 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
125 index d1efde2b6aa..0fd4ae716a5 100644
126 --- a/media-libs/mesa/mesa-9999.ebuild
127 +++ b/media-libs/mesa/mesa-9999.ebuild
128 @@ -247,9 +247,9 @@ llvm_check_deps() {
129 fi
130
131 if use opencl; then
132 - has_version "sys-devel/clang[${flags}]" || return 1
133 + has_version "sys-devel/clang:${LLVM_SLOT}[${flags}]" || return 1
134 fi
135 - has_version "sys-devel/llvm[${flags}]"
136 + has_version "sys-devel/llvm:${LLVM_SLOT}[${flags}]"
137 }
138
139 pkg_pretend() {