From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C32815827B for ; Fri, 29 Aug 2025 19:44:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 053C8335D79 for ; Fri, 29 Aug 2025 19:44:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E484F110563; Fri, 29 Aug 2025 19:44:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC37A110562 for ; Fri, 29 Aug 2025 19:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DB01335D79 for ; Fri, 29 Aug 2025 19:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3A22DBF for ; Fri, 29 Aug 2025 19:44:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1756496647.a94cebc041043b8c3384568a1887a3cce265cc04.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.26.1-r1.ebuild sci-geosciences/gpsd/gpsd-9999.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a94cebc041043b8c3384568a1887a3cce265cc04 X-VCS-Branch: master Date: Fri, 29 Aug 2025 19:44:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 189e2cd5-c312-4aed-abf0-64dd19c157ba X-Archives-Hash: 6f039b7ed8cd02430ec981e1ed43306e commit: a94cebc041043b8c3384568a1887a3cce265cc04 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 29 16:09:06 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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)