summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/postgrey/postgrey-1.37_p20220122.ebuild')
-rw-r--r--mail-filter/postgrey/postgrey-1.37_p20220122.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-filter/postgrey/postgrey-1.37_p20220122.ebuild b/mail-filter/postgrey/postgrey-1.37_p20220122.ebuild
index d31a68a63152..92932af97beb 100644
--- a/mail-filter/postgrey/postgrey-1.37_p20220122.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37_p20220122.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
@@ -14,6 +14,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+IUSE="selinux"
DEPEND="
acct-group/postgrey
@@ -32,6 +33,7 @@ RDEPEND="
dev-perl/Parse-Syslog
virtual/perl-Digest-SHA
>=sys-libs/db-4.1
+ selinux? ( sec-policy/selinux-postgrey )
"
src_prepare() {