summaryrefslogtreecommitdiff
path: root/net-firewall/psad/psad-2.4.6-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-28 13:37:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-28 13:37:56 +0100
commit1919539ec916b166ea3a7b6c5778c40d5bccad70 (patch)
tree8d03694e000aa8e1d2f84456dadbad899b3dbbd6 /net-firewall/psad/psad-2.4.6-r1.ebuild
parent1a39e197a344b8ec7e3ed6c173bdf2a1ccba5b6b (diff)
gentoo auto-resync : 28:06:2023 - 13:37:56
Diffstat (limited to 'net-firewall/psad/psad-2.4.6-r1.ebuild')
-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 )