Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sun, 06 Mar 2016 17:04:41
Message-Id: 1457283791.a80829ba239d31e93d2711841692441bfa9686e5.floppym@gentoo
1 commit: a80829ba239d31e93d2711841692441bfa9686e5
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 17:02:59 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 17:03:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80829ba
7
8 sys-apps/systemd: Block app-laptop/laptop-mode-tools
9
10 The included udev rules cause an overload of start requests, which can
11 cause issues when booting.
12
13 We can drop this blocker if/when this bahvior changes.
14
15 Bug: https://github.com/systemd/systemd/issues/2684
16
17 Package-Manager: portage-2.2.27_p64
18
19 sys-apps/systemd/systemd-229.ebuild | 4 +++-
20 sys-apps/systemd/systemd-9999.ebuild | 4 +++-
21 2 files changed, 6 insertions(+), 2 deletions(-)
22
23 diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild
24 index 3c64f29..bbb88dc 100644
25 --- a/sys-apps/systemd/systemd-229.ebuild
26 +++ b/sys-apps/systemd/systemd-229.ebuild
27 @@ -64,11 +64,13 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}]
28 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
29
30 # baselayout-2.2 has /run
31 +# laptop-mode-tools: https://github.com/systemd/systemd/issues/2684
32 RDEPEND="${COMMON_DEPEND}
33 >=sys-apps/baselayout-2.2
34 !sys-auth/nss-myhostname
35 !sys-fs/eudev
36 - !sys-fs/udev"
37 + !sys-fs/udev
38 + !app-laptop/laptop-mode-tools"
39
40 # sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
41 PDEPEND=">=sys-apps/dbus-1.6.8-r1:0[systemd]
42
43 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
44 index c0635b4..8a5942c 100644
45 --- a/sys-apps/systemd/systemd-9999.ebuild
46 +++ b/sys-apps/systemd/systemd-9999.ebuild
47 @@ -63,11 +63,13 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}]
48 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
49
50 # baselayout-2.2 has /run
51 +# laptop-mode-tools: https://github.com/systemd/systemd/issues/2684
52 RDEPEND="${COMMON_DEPEND}
53 >=sys-apps/baselayout-2.2
54 !sys-auth/nss-myhostname
55 !sys-fs/eudev
56 - !sys-fs/udev"
57 + !sys-fs/udev
58 + !app-laptop/laptop-mode-tools"
59
60 # sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
61 PDEPEND=">=sys-apps/dbus-1.8.8:0[systemd]