Merge pull request #2292 from mjg59/fix_runc_selinux

app-emulation/runc: Drop libselinux rdepend
This commit is contained in:
Matthew Garrett 2016-11-29 17:18:36 -08:00 committed by GitHub
commit 53b446a0d4
2 changed files with 4 additions and 2 deletions

View File

@ -21,13 +21,12 @@ KEYWORDS="amd64 arm64"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="apparmor +selinux +seccomp"
IUSE="apparmor selinux +seccomp"
DEPEND=""
RDEPEND="
apparmor? ( sys-libs/libapparmor )
seccomp? ( sys-libs/libseccomp )
selinux? ( sys-libs/libselinux )
"
src_prepare() {

View File

@ -5,3 +5,6 @@ sys-apps/systemd selinux
# Enable SELinux for coreutils
sys-apps/coreutils selinux
# Enable SELinux for runc
app-emulation/runc selinux