Skip to content

Commit

Permalink
mail-mta/sendmail: add missing selinux policy dep
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 28, 2023
1 parent 6556608 commit 0f7f16e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail-mta/sendmail/sendmail-8.17.1.9.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +21,7 @@ fi
LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="ipv6 ldap mbox nis sasl sockets ssl tcpd"
IUSE="ipv6 ldap mbox nis sasl selinux sockets ssl tcpd"

DEPEND="
acct-group/smmsp
Expand Down Expand Up @@ -49,6 +49,7 @@ RDEPEND="
!mail-mta/qmail-ldap
!>=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/vacation
selinux? ( sec-policy/selinux-sendmail )
"
BDEPEND="
sys-devel/m4
Expand Down

0 comments on commit 0f7f16e

Please sign in to comment.