diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:40:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:49:59 +0100 |
commit | fb64de83b525c1b7be39e07bd7898e5b2c1a8425 (patch) | |
tree | 45dd93028b788037dd62dd8d48255983c51117ee /app-admin/logsentry | |
parent | net-analyzer/zabbix: bump to 6.0.19 (diff) | |
download | gentoo-fb64de83b525c1b7be39e07bd7898e5b2c1a8425.tar.gz gentoo-fb64de83b525c1b7be39e07bd7898e5b2c1a8425.tar.bz2 gentoo-fb64de83b525c1b7be39e07bd7898e5b2c1a8425.zip |
app-admin/logsentry: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/logsentry')
-rw-r--r-- | app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild index 7d4b1f56c3b7..3613336e1ebd 100644 --- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild +++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,12 @@ S="${WORKDIR}"/logcheck-${PV} LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86" +IUSE="selinux" -RDEPEND="virtual/mailx" +RDEPEND=" + virtual/mailx + selinux? ( sec-policy/selinux-logsentry ) +" src_compile() { einfo "compile and install mixed in the package makefile" |