diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-03-06 12:02:59 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-03-06 12:03:11 -0500 |
commit | a80829ba239d31e93d2711841692441bfa9686e5 (patch) | |
tree | a2d30edf76e754a7fdff76deca19e519245bec28 /sys-apps | |
parent | app-admin/passwordsafe: Remove use default for minimal (diff) | |
download | gentoo-a80829ba239d31e93d2711841692441bfa9686e5.tar.gz gentoo-a80829ba239d31e93d2711841692441bfa9686e5.tar.bz2 gentoo-a80829ba239d31e93d2711841692441bfa9686e5.zip |
sys-apps/systemd: Block app-laptop/laptop-mode-tools
The included udev rules cause an overload of start requests, which can
cause issues when booting.
We can drop this blocker if/when this bahvior changes.
Bug: https://github.com/systemd/systemd/issues/2684
Package-Manager: portage-2.2.27_p64
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-229.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild index 3c64f294b06c..bbb88dc8c52a 100644 --- a/sys-apps/systemd/systemd-229.ebuild +++ b/sys-apps/systemd/systemd-229.ebuild @@ -64,11 +64,13 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" # baselayout-2.2 has /run +# laptop-mode-tools: https://github.com/systemd/systemd/issues/2684 RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 !sys-auth/nss-myhostname !sys-fs/eudev - !sys-fs/udev" + !sys-fs/udev + !app-laptop/laptop-mode-tools" # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) PDEPEND=">=sys-apps/dbus-1.6.8-r1:0[systemd] diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index c0635b4224b0..8a5942c4e56a 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -63,11 +63,13 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" # baselayout-2.2 has /run +# laptop-mode-tools: https://github.com/systemd/systemd/issues/2684 RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 !sys-auth/nss-myhostname !sys-fs/eudev - !sys-fs/udev" + !sys-fs/udev + !app-laptop/laptop-mode-tools" # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) PDEPEND=">=sys-apps/dbus-1.8.8:0[systemd] |