commit:     e33ed8e10528645fa679b66d43ccad0fee7bfae2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:45:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33ed8e1

net-firewall/psad: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-firewall/psad/psad-2.4.6-r1.ebuild | 7 +++++--
 1 file 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 )

Reply via email to