diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-08-05 21:15:12 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-08-05 21:15:12 -0400 |
commit | d44e0b31452b13fc8989ed57d837fe12647da42d (patch) | |
tree | 382e50af20b0f7330e911f93693ba7678cb62562 /sys-apps/systemd | |
parent | sys-fs/udev: depend on >=sys-fs/udev-init-scripts-34 (diff) | |
download | gentoo-d44e0b31452b13fc8989ed57d837fe12647da42d.tar.gz gentoo-d44e0b31452b13fc8989ed57d837fe12647da42d.tar.bz2 gentoo-d44e0b31452b13fc8989ed57d837fe12647da42d.zip |
sys-apps/systemd: depend on >=sys-fs/udev-init-scripts-34
Bug: https://bugs.gentoo.org/734950
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-246.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-246.ebuild b/sys-apps/systemd/systemd-246.ebuild index 8dd6eec99550..5097bffb2ddd 100644 --- a/sys-apps/systemd/systemd-246.ebuild +++ b/sys-apps/systemd/systemd-246.ebuild @@ -120,7 +120,7 @@ RDEPEND="${COMMON_DEPEND} # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) PDEPEND=">=sys-apps/dbus-1.9.8[systemd] hwdb? ( >=sys-apps/hwids-20150417[udev] ) - >=sys-fs/udev-init-scripts-25 + >=sys-fs/udev-init-scripts-34 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration )" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 8dd6eec99550..5097bffb2ddd 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -120,7 +120,7 @@ RDEPEND="${COMMON_DEPEND} # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) PDEPEND=">=sys-apps/dbus-1.9.8[systemd] hwdb? ( >=sys-apps/hwids-20150417[udev] ) - >=sys-fs/udev-init-scripts-25 + >=sys-fs/udev-init-scripts-34 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration )" |