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:
Matthew Garrett 2015-08-14 11:36:33 -07:00
parent 9d33fdafd0
commit 6677b5a15d

View File

@ -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