diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:48:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:50:00 +0100 |
commit | ea37bbb1d5455d9a1bc6072d3fadfc0835c00039 (patch) | |
tree | 83269795640ef714f22b2f2c86f8f18cd77f3da0 /app-admin/sxid | |
parent | app-admin/logsentry: add missing selinux policy dep (diff) | |
download | gentoo-ea37bbb1d5455d9a1bc6072d3fadfc0835c00039.tar.gz gentoo-ea37bbb1d5455d9a1bc6072d3fadfc0835c00039.tar.bz2 gentoo-ea37bbb1d5455d9a1bc6072d3fadfc0835c00039.zip |
app-admin/sxid: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/sxid')
-rw-r--r-- | app-admin/sxid/sxid-4.2-r2.ebuild | 8 |
1 files 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 ) |