From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1533126-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 70A68158009
	for <garchives@archives.gentoo.org>; Wed, 28 Jun 2023 07:37:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 725E3E0905;
	Wed, 28 Jun 2023 07:37:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5506EE0905
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Jun 2023 07:37:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6A467340FF2
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Jun 2023 07:37:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B35E5AC7
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Jun 2023 07:37:46 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1687937811.f1b99ecf2055136f7f230f95f1cbd0c16446c4eb.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-client/evolution/evolution-3.48.3.ebuild
X-VCS-Directories: mail-client/evolution/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f1b99ecf2055136f7f230f95f1cbd0c16446c4eb
X-VCS-Branch: master
Date: Wed, 28 Jun 2023 07:37:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f4e4b23e-d10d-45fb-89d8-25bcda185d3c
X-Archives-Hash: 9f3836787ba92707e4958e6e541abb48

commit:     f1b99ecf2055136f7f230f95f1cbd0c16446c4eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:29:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:36:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b99ecf

mail-client/evolution: add missing selinux policy dep

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

 mail-client/evolution/evolution-3.48.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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