mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
fix(sys-apps/dbus): Add slot dependency on systemd
This will force a recompile of dbus when systemd's sub-slot changes as it did from 207->209 when some lib versions changed.
This commit is contained in:
parent
9e42439e0e
commit
d5a69d23f4
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/expat-2
|
||||
sec-policy/selinux-dbus
|
||||
sys-libs/libselinux
|
||||
)
|
||||
systemd? ( sys-apps/systemd )
|
||||
systemd? ( sys-apps/systemd:= )
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libXt
|
||||
|
Loading…
Reference in New Issue
Block a user