commit: a94cebc041043b8c3384568a1887a3cce265cc04 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 16:09:06 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 29 19:44:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94cebc0
sci-geosciences/gpsd: Drop IUSE ipv6 Closes: https://bugs.gentoo.org/645078 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> 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 302812a06e61..a22ed51cf971 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 9cc38e827afb..e2a8f811e767 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)
