mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +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
|
>=dev-libs/glib-2.24
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)"
|
)"
|
||||||
RDEPEND="${CDEPEND}
|
RDEPEND="${CDEPEND}"
|
||||||
selinux? ( sec-policy/selinux-dbus )
|
|
||||||
"
|
|
||||||
|
|
||||||
DOC_CONTENTS="
|
DOC_CONTENTS="
|
||||||
Some applications require a session bus in addition to the system
|
Some applications require a session bus in addition to the system
|
Loading…
x
Reference in New Issue
Block a user