summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:33:22 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:36:54 +0100
commitc9bc4d550b1d5453400d89a9155423a081f1516f (patch)
tree0ff36999a96b832d63e7efbc19c9a057d2345024 /net-analyzer
parentmail-mta/sendmail: add missing selinux policy dep (diff)
downloadgentoo-c9bc4d550b1d5453400d89a9155423a081f1516f.tar.gz
gentoo-c9bc4d550b1d5453400d89a9155423a081f1516f.tar.bz2
gentoo-c9bc4d550b1d5453400d89a9155423a081f1516f.zip
net-analyzer/calamaris: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/calamaris/calamaris-2.99.4.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild b/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild
index 446233781cb7..658b1514c2ec 100644
--- a/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild
+++ b/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,10 +10,12 @@ SRC_URI="https://cord.de/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="selinux"
RDEPEND="
dev-lang/perl
dev-perl/GDGraph
+ selinux? ( sec-policy/selinux-calamaris )
"
src_prepare() {