summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:15:47 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:19:04 +0100
commitff1c95bb6ab28effc212c70ec681d23c6a8b7500 (patch)
treee7c86779e6a98a018dbc299dbde50d8e89051dcf
parentnet-dialup/ppp: add missing selinux policy dep (diff)
downloadgentoo-ff1c95bb6ab28effc212c70ec681d23c6a8b7500.tar.gz
gentoo-ff1c95bb6ab28effc212c70ec681d23c6a8b7500.tar.bz2
gentoo-ff1c95bb6ab28effc212c70ec681d23c6a8b7500.zip
mail-filter/postgrey: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--mail-filter/postgrey/postgrey-1.37.ebuild4
-rw-r--r--mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild4
-rw-r--r--mail-filter/postgrey/postgrey-1.37_p20220122.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/mail-filter/postgrey/postgrey-1.37.ebuild b/mail-filter/postgrey/postgrey-1.37.ebuild
index d7fabcdacb8b..015475a296be 100644
--- a/mail-filter/postgrey/postgrey-1.37.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,7 @@ SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+IUSE="selinux"
DEPEND="
acct-group/postgrey
@@ -31,6 +32,7 @@ RDEPEND="
dev-perl/Parse-Syslog
virtual/perl-Digest-SHA
>=sys-libs/db-4.1
+ selinux? ( sec-policy/selinux-postgrey )
"
src_prepare() {
diff --git a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
index a6906228099d..f645cdacd31e 100644
--- a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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() {
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() {