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: Thu, 12 Sep 2019 16:56:56
Message-Id: 1568307393.6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063.mgorny@gentoo
1 commit: 6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 16:56:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 16:56:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aaf5ba4
7
8 media-libs/mesa: Fix lm-sensors in newly added 19.2.0_rc3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-libs/mesa/mesa-19.2.0_rc3.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-19.2.0_rc3.ebuild b/media-libs/mesa/mesa-19.2.0_rc3.ebuild
16 index 631e1efea88..b7b3a580388 100644
17 --- a/media-libs/mesa/mesa-19.2.0_rc3.ebuild
18 +++ b/media-libs/mesa/mesa-19.2.0_rc3.ebuild
19 @@ -36,7 +36,7 @@ done
20
21 IUSE="${IUSE_VIDEO_CARDS}
22 +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
23 - lm_sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
24 + lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
25 vdpau vulkan vulkan-overlay wayland +X xa xvmc"
26
27 REQUIRED_USE="
28 @@ -96,7 +96,7 @@ RDEPEND="
29 virtual/libelf:0=[${MULTILIB_USEDEP}]
30 )
31 )
32 - lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
33 + lm-sensors? ( sys-apps/lm-sensors:=[${MULTILIB_USEDEP}] )
34 opencl? (
35 dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
36 dev-libs/libclc
37 @@ -299,7 +299,7 @@ pkg_pretend() {
38 fi
39
40 if ! use gallium; then
41 - use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does not contain gallium"
42 + use lm-sensors && ewarn "Ignoring USE=lm-sensors since USE does not contain gallium"
43 use llvm && ewarn "Ignoring USE=llvm since USE does not contain gallium"
44 use opencl && ewarn "Ignoring USE=opencl since USE does not contain gallium"
45 use vaapi && ewarn "Ignoring USE=vaapi since USE does not contain gallium"
46 @@ -360,7 +360,7 @@ multilib_src_configure() {
47 if use gallium; then
48 emesonargs+=(
49 $(meson_use llvm)
50 - $(meson_use lm_sensors lmsensors)
51 + $(meson_use lm-sensors lmsensors)
52 $(meson_use unwind libunwind)
53 )