From ff1c95bb6ab28effc212c70ec681d23c6a8b7500 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 28 Jun 2023 08:15:47 +0100 Subject: mail-filter/postgrey: add missing selinux policy dep Signed-off-by: Sam James --- mail-filter/postgrey/postgrey-1.37.ebuild | 4 +++- mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild | 4 +++- mail-filter/postgrey/postgrey-1.37_p20220122.ebuild | 4 +++- 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() { -- cgit v1.2.3-65-gdbad