mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user