commit:     97afb18a8c98e504aef9e68fe983b95949be08c3
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 05:15:18 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 18:59:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afb18a

sci-geosciences/gpsd: cleanup USE=latency_timing

Cleanup USE flag s/latency_timing/latency-timing/

Reference: https://bugs.gentoo.org/695110
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 4 ++--
 sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 4 ++--
 sci-geosciences/gpsd/gpsd-9999.ebuild    | 4 ++--
 sci-geosciences/gpsd/metadata.xml        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
index ecc199ad940..8999e495cd4 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
@@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
        tripmate tsip ublox
 )
 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
-IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
+IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
 REQUIRED_USE="X? ( python )
        gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
        python? ( ${PYTHON_REQUIRED_USE} )
@@ -124,7 +124,7 @@ src_configure() {
                $(use_scons debug clientdebug)
                $(use_scons dbus dbus_export)
                $(use_scons ipv6)
-               $(use_scons latency_timing timing)
+               $(use_scons latency-timing timing)
                $(use_scons ncurses)
                $(use_scons ntp ntpshm)
                $(use_scons ntp pps)

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
index 5ffc9c07ef3..78e26cfd798 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
@@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
        tripmate tsip ublox
 )
 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
-IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
+IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
 REQUIRED_USE="X? ( python )
        gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
        python? ( ${PYTHON_REQUIRED_USE} )
@@ -128,7 +128,7 @@ src_configure() {
                $(use_scons debug clientdebug)
                $(use_scons dbus dbus_export)
                $(use_scons ipv6)
-               $(use_scons latency_timing timing)
+               $(use_scons latency-timing timing)
                $(use_scons ncurses)
                $(use_scons ntp ntpshm)
                $(use_scons ntp pps)

diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild 
b/sci-geosciences/gpsd/gpsd-9999.ebuild
index 5b3bca138d4..3fcb84a3d95 100644
--- a/sci-geosciences/gpsd/gpsd-9999.ebuild
+++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
@@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
        tripmate tsip ublox
 )
 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
-IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
+IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing 
ncurses ntp python qt5 +shm +sockets static test udev usb X"
 REQUIRED_USE="X? ( python )
        gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
        python? ( ${PYTHON_REQUIRED_USE} )
@@ -127,7 +127,7 @@ src_configure() {
                $(use_scons debug clientdebug)
                $(use_scons dbus dbus_export)
                $(use_scons ipv6)
-               $(use_scons latency_timing timing)
+               $(use_scons latency-timing timing)
                $(use_scons ncurses)
                $(use_scons ntp ntpshm)
                $(use_scons ntp pps)

diff --git a/sci-geosciences/gpsd/metadata.xml 
b/sci-geosciences/gpsd/metadata.xml
index cb80bead87d..e37603bc069 100644
--- a/sci-geosciences/gpsd/metadata.xml
+++ b/sci-geosciences/gpsd/metadata.xml
@@ -15,7 +15,7 @@
   </slots>
   <use>
     <flag name="dbus">export gpsd data over dbus connections</flag>
-    <flag name="latency_timing">support latency timing information</flag>
+    <flag name="latency-timing">support latency timing information</flag>
     <flag name="ntp">Enable <pkg>net-misc/ntp</pkg> shared memory interface
     and PPS kernel support for GPS time</flag>
     <flag name="sockets">export gpsd over unix sockets</flag>

Reply via email to