diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-12 18:56:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-12 18:56:33 +0200 |
commit | 6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063 (patch) | |
tree | 48ad2c8b633e4cf6c41f9820c4ade9b203712cef /media-libs | |
parent | package.mask: Last rite dev-libs/hashit (diff) | |
download | gentoo-6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063.tar.gz gentoo-6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063.tar.bz2 gentoo-6aaf5ba4bbb83f5223dedfb9e98abdc9e0a42063.zip |
media-libs/mesa: Fix lm-sensors in newly added 19.2.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-19.2.0_rc3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-19.2.0_rc3.ebuild b/media-libs/mesa/mesa-19.2.0_rc3.ebuild index 631e1efea884..b7b3a5803880 100644 --- a/media-libs/mesa/mesa-19.2.0_rc3.ebuild +++ b/media-libs/mesa/mesa-19.2.0_rc3.ebuild @@ -36,7 +36,7 @@ done IUSE="${IUSE_VIDEO_CARDS} +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm - lm_sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind + lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa xvmc" REQUIRED_USE=" @@ -96,7 +96,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 @@ -299,7 +299,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" @@ -360,7 +360,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) ) |