mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/logsentry: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user