diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:30:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:36:57 +0100 |
commit | 4348784977fbe5d7a20de2b979cc4212113ac6e6 (patch) | |
tree | ff91a7a4ce46a693ede864f312c83193fc80701c /net-mail | |
parent | net-fs/openafs: add missing selinux policy dep (diff) | |
download | gentoo-4348784977fbe5d7a20de2b979cc4212113ac6e6.tar.gz gentoo-4348784977fbe5d7a20de2b979cc4212113ac6e6.tar.bz2 gentoo-4348784977fbe5d7a20de2b979cc4212113ac6e6.zip |
net-mail/fetchmail: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.37.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild b/net-mail/fetchmail/fetchmail-6.4.37.ebuild index dde853d803e1..fcfe5be8e090 100644 --- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" -IUSE="ssl nls kerberos tk socks" +IUSE="ssl nls kerberos tk selinux socks" RDEPEND="acct-user/fetchmail ssl? ( @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/flex nls? ( sys-devel/gettext )" +RDEPEND+=" selinux? ( sec-policy/selinux-fetchmail )" DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO" HTML_DOCS="*.html" |