app-misc/vlock: add missing selinux policy dep

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-28 08:21:40 +01:00
parent 02fc0fc0c1
commit 1414a3c855

View File

@@ -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=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/WorMzy/vlock/archive/${EGIT_COMMIT}.tar.gz -> ${P}.t
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="pam test"
IUSE="pam selinux test"
RESTRICT="!test? ( test )"
COMMON_DEPEND="
@@ -30,6 +30,7 @@ DEPEND="
RDEPEND="
${COMMON_DEPEND}
acct-group/vlock
selinux? ( sec-policy/selinux-vlock )
"
DOCS=( ChangeLog PLUGINS README README.X11 SECURITY STYLE TODO )