commit:     ea37bbb1d5455d9a1bc6072d3fadfc0835c00039
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:48:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea37bbb1

app-admin/sxid: add missing selinux policy dep

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

 app-admin/sxid/sxid-4.2-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild 
b/app-admin/sxid/sxid-4.2-r2.ebuild
index 8e2f23878d45..18bb7f556062 100644
--- a/app-admin/sxid/sxid-4.2-r2.ebuild
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,8 +12,12 @@ SRC_URI="http://linukz.org/download/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
+IUSE="selinux"
 
-RDEPEND="virtual/mailx"
+RDEPEND="
+       virtual/mailx
+       selinux? ( sec-policy/selinux-sxid )
+"
 
 DOCS=( docs/sxid.{conf,cron}.example )
 

Reply via email to