mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
Don't have dbus depend on selinux policy
We don't need or want selinux policy for dbus at the moment, so remove the dependency.
This commit is contained in:
parent
9d33fdafd0
commit
6677b5a15d
@ -37,9 +37,7 @@ DEPEND="${CDEPEND}
|
||||
>=dev-libs/glib-2.24
|
||||
${PYTHON_DEPS}
|
||||
)"
|
||||
RDEPEND="${CDEPEND}
|
||||
selinux? ( sec-policy/selinux-dbus )
|
||||
"
|
||||
RDEPEND="${CDEPEND}"
|
||||
|
||||
DOC_CONTENTS="
|
||||
Some applications require a session bus in addition to the system
|
Loading…
x
Reference in New Issue
Block a user