From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98541158009 for ; Wed, 28 Jun 2023 07:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B81E08EB; Wed, 28 Jun 2023 07:19:27 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id A5528E08EB for ; Wed, 28 Jun 2023 07:19: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6DC4335D29 for ; Wed, 28 Jun 2023 07:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F312A76 for ; Wed, 28 Jun 2023 07:19:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687936561.8f09b674ef26a4e58a0734fd9cdfea97107feb41.sam@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.25.ebuild sci-geosciences/gpsd/gpsd-9999.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8f09b674ef26a4e58a0734fd9cdfea97107feb41 X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:19: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: d96320f3-cc6e-4411-ba4c-a4c8522506fa X-Archives-Hash: 72efda499966233a80ffd57ce29286bf commit: 8f09b674ef26a4e58a0734fd9cdfea97107feb41 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:10:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:16:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f09b674 sci-geosciences/gpsd: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sci-geosciences/gpsd/gpsd-3.25.ebuild | 3 ++- sci-geosciences/gpsd/gpsd-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.25.ebuild b/sci-geosciences/gpsd/gpsd-3.25.ebuild index 95012f056712..1f0b0d395e3a 100644 --- a/sci-geosciences/gpsd/gpsd-3.25.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.25.ebuild @@ -29,7 +29,7 @@ GPSD_PROTOCOLS=( rtcm104v2 rtcm104v3 sirf skytraq superstar2 tnt 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 systemd test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp +python qt5 selinux +shm +sockets static systemd test udev usb X" REQUIRED_USE=" X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) @@ -69,6 +69,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') test? ( sys-devel/bc )" +RDEPEND+=" selinux? ( sec-policy/selinux-gpsd )" # asciidoctor package is for man page generation if [[ ${PV} == *9999* ]] ; then diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 53bc8d53f9fd..166b426d8ec9 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -29,7 +29,7 @@ GPSD_PROTOCOLS=( rtcm104v2 rtcm104v3 sirf skytraq superstar2 tnt 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 systemd test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp +python qt5 selinux +shm +sockets static systemd test udev usb X" REQUIRED_USE=" X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) @@ -69,6 +69,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') test? ( sys-devel/bc )" +RDEPEND+=" selinux? ( sec-policy/selinux-gpsd )" # asciidoctor package is for man page generation if [[ ${PV} == *9999* ]] ; then