sys-apps/usermode-utilities: depend on sec-policy/selinux-uml w/ USE=selinux

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-26 01:25:35 +01:00
parent 6384b3cbc7
commit 8ae64b0f1c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,13 +14,14 @@ S="${WORKDIR}"/tools-${PV}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE="fuse"
IUSE="fuse selinux"
RDEPEND="
fuse? ( sys-fs/fuse:0= )
sys-libs/readline:0=
"
DEPEND="${RDEPEND}"
RDEPEND+=" selinux? ( sec-policy/selinux-uml )"
PATCHES=(
# Merge previous patches with fix for bug #331099