diff options
author | 2016-11-21 16:09:09 -0500 | |
---|---|---|
committer | 2016-11-28 20:09:29 -0500 | |
commit | 77e4640c40093fe1d77a832d45f92d2d0ae2addc (patch) | |
tree | 7ffee53456b1ace7d6345ebb81dedb5c76e562af /sys-apps/systemd/systemd-226-r2.ebuild | |
parent | www-client/chromium: dev channel bump (56.0.2924.3) (diff) | |
download | gentoo-77e4640c40093fe1d77a832d45f92d2d0ae2addc.tar.gz gentoo-77e4640c40093fe1d77a832d45f92d2d0ae2addc.tar.bz2 gentoo-77e4640c40093fe1d77a832d45f92d2d0ae2addc.zip |
sys-apps/systemd: make sure we have /bin/kill installed
Bug: https://bugs.gentoo.org/600432
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'sys-apps/systemd/systemd-226-r2.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-226-r2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild index 80b0c0e14388..f7bc7715dbb0 100644 --- a/sys-apps/systemd/systemd-226-r2.ebuild +++ b/sys-apps/systemd/systemd-226-r2.ebuild @@ -65,6 +65,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.26:0=[${MULTILIB_USEDEP}] # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev" |