From a94cebc041043b8c3384568a1887a3cce265cc04 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 29 Aug 2025 18:09:06 +0200 Subject: [PATCH] sci-geosciences/gpsd: Drop IUSE ipv6 Closes: https://bugs.gentoo.org/645078 Signed-off-by: Andreas Sturmlechner --- sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild | 3 +-- sci-geosciences/gpsd/gpsd-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild b/sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild index 302812a06e61d..a22ed51cf9715 100644 --- a/sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=( sirf skytraq superstar2 tnt tripmate tsip ) IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/+gpsd_protocols_} -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp qt6 selinux +shm static systemd test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug latency-timing ncurses ntp qt6 selinux +shm static systemd test udev usb X" REQUIRED_USE=" gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) ${PYTHON_REQUIRED_USE} @@ -157,7 +157,6 @@ src_configure() { libgpsmm=$(usex cxx) clientdebug=$(usex debug) dbus_export=$(usex dbus) - ipv6=$(usex ipv6) timing=$(usex latency-timing) ncurses=$(usex ncurses) ntpshm=$(usex ntp) diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 9cc38e827afbf..e2a8f811e7673 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=( sirf skytraq superstar2 tnt tripmate tsip ) IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/+gpsd_protocols_} -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp qt6 selinux +shm static systemd test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug latency-timing ncurses ntp qt6 selinux +shm static systemd test udev usb X" REQUIRED_USE=" gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) ${PYTHON_REQUIRED_USE} @@ -157,7 +157,6 @@ src_configure() { libgpsmm=$(usex cxx) clientdebug=$(usex debug) dbus_export=$(usex dbus) - ipv6=$(usex ipv6) timing=$(usex latency-timing) ncurses=$(usex ncurses) ntpshm=$(usex ntp)