From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 05/25] profiles: Update USE={lm_sensors → lm-sensors}
Date: Wed, 11 Sep 2019 11:55:59 +0200 [thread overview]
Message-ID: <20190911095619.46317-6-mgorny@gentoo.org> (raw)
In-Reply-To: <20190911095619.46317-1-mgorny@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
profiles/arch/arm/use.mask | 2 +-
profiles/arch/arm64/use.mask | 2 +-
profiles/arch/hppa/use.mask | 4 ++--
profiles/arch/ia64/use.mask | 2 +-
profiles/arch/powerpc/use.mask | 2 +-
profiles/arch/s390/use.mask | 2 +-
profiles/arch/sh/use.mask | 2 +-
profiles/arch/sparc/use.mask | 2 +-
profiles/default/bsd/use.mask | 2 +-
profiles/prefix/windows/winnt/use.mask | 2 +-
10 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 7433f4959664..0a7dd7192d0f 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -77,7 +77,7 @@ gphoto2
afs
mono
lirc
-lm_sensors
+lm-sensors
xemacs
scanner
sid
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index d525c9227459..635bbebfaa23 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -98,7 +98,7 @@ libproxy
darcs
afs
lirc
-lm_sensors
+lm-sensors
scanner
zvbi
fluidsynth
diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 3c99ab4cf5d1..80843a07ff3e 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -244,8 +244,8 @@ video_cards_radeon
video_cards_radeonsi
# Guy Martin <gmsoft@gentoo.org> (2005-07-25)
-# lm_sensors not supported on hppa and ieee1394 not tested
-lm_sensors
+# lm-sensors not supported on hppa and ieee1394 not tested
+lm-sensors
iec61883
ieee1394
diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index f8db01005e76..d7582f8ecadf 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -46,7 +46,7 @@ wifi
# Hardware not available on ia64
apm
battery
-lm_sensors
+lm-sensors
pm-utils
# Stuff that doesn't work on ia64, or not tested
diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index 911a017daa97..2fe615c7a405 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -69,7 +69,7 @@ klibc
#
3dfx
acpi
-lm_sensors
+lm-sensors
rar
hdf
xvmc
diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 491c1dee8a5c..3d59fcf9f378 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -86,7 +86,7 @@ motif
mono
ocaml
sdl
-lm_sensors
+lm-sensors
wxwidgets
# Many X drivers make no sense on this platform.
diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index ed8deae11c86..7558145e0151 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -53,7 +53,7 @@ diet
lirc
afs
mono
-lm_sensors
+lm-sensors
qdbm
fftw
eds
diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index a5963370adbb..c93dc99abd0c 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -148,7 +148,7 @@ zmq
ifp
chipcard
hbci
-lm_sensors
+lm-sensors
openct
bluetooth
dmraid
diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask
index 6629ace9a073..76347096232a 100644
--- a/profiles/default/bsd/use.mask
+++ b/profiles/default/bsd/use.mask
@@ -18,7 +18,7 @@ fbcon
gpm
lirc
multilib
-lm_sensors
+lm-sensors
caps
filecaps
vidix
diff --git a/profiles/prefix/windows/winnt/use.mask b/profiles/prefix/windows/winnt/use.mask
index 727eb842a440..7c916bb3e37c 100644
--- a/profiles/prefix/windows/winnt/use.mask
+++ b/profiles/prefix/windows/winnt/use.mask
@@ -35,7 +35,7 @@ ibm
ieee1394
ipod
ipv6
-lm_sensors
+lm-sensors
ncurses
opengl
oss
--
2.23.0
next prev parent reply other threads:[~2019-09-11 9:58 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-11 9:55 [gentoo-dev] [PATCH 00/25] pkgmove + USE rename: lm_sensors → lm-sensors Michał Górny
2019-09-11 9:55 ` [gentoo-dev] [PATCH 01/25] sys-apps/lm_sensors: Inline PN as appropriate before renaming Michał Górny
2019-09-11 9:55 ` [gentoo-dev] [PATCH 02/25] Rename sys-apps/{lm_sensors → lm-sensors}, to match upstream Michał Górny
2019-09-11 9:55 ` [gentoo-dev] [PATCH 03/25] sys-apps/lm-sensors: Remove obsolete PN rewrite Michał Górny
2019-09-11 9:55 ` [gentoo-dev] [PATCH 04/25] use.desc: Rename lm_sensors → lm-sensors Michał Górny
2019-09-11 9:55 ` Michał Górny [this message]
2019-09-11 9:56 ` [gentoo-dev] [PATCH 06/25] app-admin/gkrellm: Update for " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 07/25] app-admin/sysstat: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 08/25] app-leechcraft/lc-hotsensors: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 09/25] app-metrics/collectd: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 10/25] dev-python/PySensors: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 11/25] kde-plasma/ksysguard: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 12/25] lxqt-base/lxqt-panel: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 13/25] mate-extra/mate-sensors-applet: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 14/25] media-libs/mesa: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 15/25] media-plugins/vdr-systeminfo: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 16/25] net-analyzer/net-snmp: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 17/25] net-misc/bfgminer: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 18/25] net-wireless/kismet: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 19/25] sys-apps/i2c-tools: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 20/25] www-apps/phpsysinfo: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 21/25] www-misc/monitorix: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 22/25] x11-misc/i3blocks: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 23/25] x11-misc/xsensors: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 24/25] x11-plugins/wmgtemp: " Michał Górny
2019-09-11 9:56 ` [gentoo-dev] [PATCH 25/25] xfce-extra/xfce4-sensors-plugin: " Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190911095619.46317-6-mgorny@gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox