commit:     c58a50c28ea6d1297237913fecc74225754e1bee
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 12:37:47 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 12:37:47 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=c58a50c2

media-libs/mesa: Update for lm_sensors → lm-sensors

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 media-libs/mesa/mesa-19.0.8.ebuild | 8 ++++----
 media-libs/mesa/mesa-19.1.4.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/mesa/mesa-19.0.8.ebuild 
b/media-libs/mesa/mesa-19.0.8.ebuild
index 8362518..e5d1dc6 100644
--- a/media-libs/mesa/mesa-19.0.8.ebuild
+++ b/media-libs/mesa/mesa-19.0.8.ebuild
@@ -37,7 +37,7 @@ done
 
 IUSE="${IUSE_VIDEO_CARDS}
        +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
-       lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
+       lm-sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
        vdpau vulkan wayland xa xvmc"
 
 REQUIRED_USE="
@@ -98,7 +98,7 @@ RDEPEND="
                                virtual/libelf:0=[${MULTILIB_USEDEP}]
                        )
                )
-               lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
+               lm-sensors? ( sys-apps/lm-sensors:=[${MULTILIB_USEDEP}] )
                opencl? (
                                        
dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
                                        dev-libs/libclc
@@ -293,7 +293,7 @@ pkg_pretend() {
        fi
 
        if ! use gallium; then
-               use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does 
not contain gallium"
+               use lm-sensors && ewarn "Ignoring USE=lm-sensors since USE does 
not contain gallium"
                use llvm       && ewarn "Ignoring USE=llvm       since USE does 
not contain gallium"
                use opencl     && ewarn "Ignoring USE=opencl     since USE does 
not contain gallium"
                use vaapi      && ewarn "Ignoring USE=vaapi      since USE does 
not contain gallium"
@@ -354,7 +354,7 @@ multilib_src_configure() {
        if use gallium; then
                emesonargs+=(
                        $(meson_use llvm)
-                       $(meson_use lm_sensors lmsensors)
+                       $(meson_use lm-sensors lmsensors)
                        $(meson_use unwind libunwind)
                )
 

diff --git a/media-libs/mesa/mesa-19.1.4.ebuild 
b/media-libs/mesa/mesa-19.1.4.ebuild
index 2d60fa2..24243af 100644
--- a/media-libs/mesa/mesa-19.1.4.ebuild
+++ b/media-libs/mesa/mesa-19.1.4.ebuild
@@ -37,7 +37,7 @@ done
 
 IUSE="${IUSE_VIDEO_CARDS}
        +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
-       lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
+       lm-sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
        vdpau vulkan vulkan-overlay wayland xa xvmc"
 
 REQUIRED_USE="
@@ -99,7 +99,7 @@ RDEPEND="
                                virtual/libelf:0=[${MULTILIB_USEDEP}]
                        )
                )
-               lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
+               lm-sensors? ( sys-apps/lm-sensors:=[${MULTILIB_USEDEP}] )
                opencl? (
                                        
dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
                                        dev-libs/libclc
@@ -296,7 +296,7 @@ pkg_pretend() {
        fi
 
        if ! use gallium; then
-               use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does 
not contain gallium"
+               use lm-sensors && ewarn "Ignoring USE=lm-sensors since USE does 
not contain gallium"
                use llvm       && ewarn "Ignoring USE=llvm       since USE does 
not contain gallium"
                use opencl     && ewarn "Ignoring USE=opencl     since USE does 
not contain gallium"
                use vaapi      && ewarn "Ignoring USE=vaapi      since USE does 
not contain gallium"
@@ -357,7 +357,7 @@ multilib_src_configure() {
        if use gallium; then
                emesonargs+=(
                        $(meson_use llvm)
-                       $(meson_use lm_sensors lmsensors)
+                       $(meson_use lm-sensors lmsensors)
                        $(meson_use unwind libunwind)
                )
 

Reply via email to