Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/
Date: Fri, 29 Oct 2021 08:58:11
Message-Id: 1635497500.8a2945bc46a39d30b02b6c00173242b9a7ff0d11.sam@gentoo
1 commit: 8a2945bc46a39d30b02b6c00173242b9a7ff0d11
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 08:51:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 08:51:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2945bc
7
8 sci-geosciences/gpsd: enable +python by default (fix RequiredUseDefaults)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-geosciences/gpsd/gpsd-3.23.1.ebuild | 2 +-
13 sci-geosciences/gpsd/gpsd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
17 index 86ef018d30a..d36e25cc764 100644
18 --- a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
19 +++ b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
20 @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
21 superstar2 tnt tripmate tsip ublox
22 )
23 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/+gpsd_protocols_}
24 -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static systemd test udev usb X"
25 +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp +python qt5 +shm +sockets static systemd test udev usb X"
26 REQUIRED_USE="X? ( python )
27 gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
28 gpsd_protocols_isync? ( gpsd_protocols_ublox )
29
30 diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
31 index 41d26755b6a..456c84a9790 100644
32 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild
33 +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
34 @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
35 superstar2 tnt tripmate tsip ublox
36 )
37 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/+gpsd_protocols_}
38 -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static systemd test udev usb X"
39 +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp +python qt5 +shm +sockets static systemd test udev usb X"
40 REQUIRED_USE="X? ( python )
41 gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
42 gpsd_protocols_isync? ( gpsd_protocols_ublox )