diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-10-02 22:15:18 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-10-04 11:59:32 -0700 |
commit | 97afb18a8c98e504aef9e68fe983b95949be08c3 (patch) | |
tree | 3f2307c069f914537055aa10dfa4eb19797593b3 /sci-geosciences | |
parent | sci-geosciences/gpsd: bump, partial cleanups (diff) | |
download | gentoo-97afb18a8c98e504aef9e68fe983b95949be08c3.tar.gz gentoo-97afb18a8c98e504aef9e68fe983b95949be08c3.tar.bz2 gentoo-97afb18a8c98e504aef9e68fe983b95949be08c3.zip |
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@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 4 | ||||
-rw-r--r-- | 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 ecc199ad940b..8999e495cd4d 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 5ffc9c07ef39..78e26cfd7985 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 5b3bca138d44..3fcb84a3d951 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 cb80bead87d3..e37603bc069a 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> |