summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:45:39 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:50:03 +0100
commite33ed8e10528645fa679b66d43ccad0fee7bfae2 (patch)
treeafd190a3e6241debef2f9ecde6fd26beb58be4cc /net-firewall
parentnet-analyzer/zabbix: add missing selinux policy dep (diff)
downloadgentoo-e33ed8e10528645fa679b66d43ccad0fee7bfae2.tar.gz
gentoo-e33ed8e10528645fa679b66d43ccad0fee7bfae2.tar.bz2
gentoo-e33ed8e10528645fa679b66d43ccad0fee7bfae2.zip
net-firewall/psad: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/psad/psad-2.4.6-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-firewall/psad/psad-2.4.6-r1.ebuild b/net-firewall/psad/psad-2.4.6-r1.ebuild
index d9125b0b0558..7f7c63a676c3 100644
--- a/net-firewall/psad/psad-2.4.6-r1.ebuild
+++ b/net-firewall/psad/psad-2.4.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,6 +12,7 @@ SRC_URI="https://www.cipherdyne.org/psad/download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ppc ~sparc x86"
+IUSE="selinux"
RDEPEND="
dev-perl/Bit-Vector
@@ -22,7 +23,9 @@ RDEPEND="
net-misc/whois
virtual/logger
virtual/mailx
- virtual/perl-Storable"
+ virtual/perl-Storable
+ selinux? ( sec-policy/selinux-psad )
+"
BDEPEND="virtual/perl-ExtUtils-MakeMaker"
PATCHES=( "${FILESDIR}"/${PN}-2.2.4-var-run.patch )