commit:     ff1c95bb6ab28effc212c70ec681d23c6a8b7500
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:15:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:19:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1c95bb

mail-filter/postgrey: add missing selinux policy dep

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

 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() {

Reply via email to