net-irc/ngircd: add sec-policy/selinux-ircd to RDEPEND

As we provide a policy module for ngircd, bring it in for systems with
USE="selinux" set.

Signed-off-by: Rahul Sandhu <nvraxn@posteo.uk>
Part-of: https://github.com/gentoo/gentoo/pull/42905
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Rahul Sandhu
2025-06-23 16:26:06 +01:00
committed by Sam James
parent 42c2908b64
commit bd633ad41c
3 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( https://arthur.barton.de/pub/${PN}/${P}.tar.xz.sig )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
IUSE="debug gnutls ident irc-plus +ipv6 pam +ssl strict-rfc tcpd test zlib"
IUSE="debug gnutls ident irc-plus +ipv6 pam selinux +ssl strict-rfc tcpd test zlib"
# Flaky test needs investigation (bug #719256)
RESTRICT="test"
@@ -24,6 +24,7 @@ RDEPEND="
irc-plus? ( virtual/libiconv )
ident? ( net-libs/libident )
pam? ( sys-libs/pam )
selinux? ( sec-policy/selinux-ircd )
ssl? (
gnutls? ( net-libs/gnutls:= )
!gnutls? (

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( https://arthur.barton.de/pub/${PN}/${P}.tar.xz.sig )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
IUSE="debug gnutls ident +irc-plus +ipv6 pam +ssl strict-rfc tcpd test zlib"
IUSE="debug gnutls ident +irc-plus +ipv6 pam selinux +ssl strict-rfc tcpd test zlib"
# Flaky test needs investigation (bug #719256)
RESTRICT="test"
@@ -24,6 +24,7 @@ RDEPEND="
irc-plus? ( virtual/libiconv )
ident? ( net-libs/libident )
pam? ( sys-libs/pam )
selinux? ( sec-policy/selinux-ircd )
ssl? (
gnutls? ( net-libs/gnutls:= )
!gnutls? (

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( https://arthur.barton.de/pub/${PN}/${P}.tar.xz.sig )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
IUSE="debug gnutls ident +irc-plus +ipv6 pam +ssl strict-rfc tcpd test zlib"
IUSE="debug gnutls ident +irc-plus +ipv6 pam selinux +ssl strict-rfc tcpd test zlib"
# Flaky test needs investigation (bug #719256)
RESTRICT="test"
@@ -24,6 +24,7 @@ RDEPEND="
irc-plus? ( virtual/libiconv )
ident? ( net-libs/libident )
pam? ( sys-libs/pam )
selinux? ( sec-policy/selinux-ircd )
ssl? (
gnutls? ( net-libs/gnutls:= )
!gnutls? (