mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user