diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:29:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:36:51 +0100 |
commit | f1b99ecf2055136f7f230f95f1cbd0c16446c4eb (patch) | |
tree | 7e2ef238f603ffdb68c87541d96df9a0fe442020 /mail-client/evolution | |
parent | dev-vcs/cvs: add missing selinux policy dep (diff) | |
download | gentoo-f1b99ecf2055136f7f230f95f1cbd0c16446c4eb.tar.gz gentoo-f1b99ecf2055136f7f230f95f1cbd0c16446c4eb.tar.bz2 gentoo-f1b99ecf2055136f7f230f95f1cbd0c16446c4eb.zip |
mail-client/evolution: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/evolution')
-rw-r--r-- | mail-client/evolution/evolution-3.48.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-client/evolution/evolution-3.48.3.ebuild b/mail-client/evolution/evolution-3.48.3.ebuild index 915b9f86c631..ad31665982c8 100644 --- a/mail-client/evolution/evolution-3.48.3.ebuild +++ b/mail-client/evolution/evolution-3.48.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution https://gitlab.gnome.org/GNOME/e LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" SLOT="2.0" -IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin spell ssl +weather ytnef" +IUSE="archive +bogofilter geolocation gtk-doc highlight ldap selinux spamassassin spell ssl +weather ytnef" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" @@ -69,6 +69,7 @@ DEPEND=" " RDEPEND="${DEPEND} highlight? ( app-text/highlight ) + selinux? ( sec-policy/selinux-evolution ) " BDEPEND=" app-text/docbook-xml-dtd:4.1.2 |