From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4EA41395E2 for ; Tue, 29 Nov 2016 01:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 200BCE08AF; Tue, 29 Nov 2016 01:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1151E08AF for ; Tue, 29 Nov 2016 01:10:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD1013413AD for ; Tue, 29 Nov 2016 01:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 485324A8 for ; Tue, 29 Nov 2016 01:10:38 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1480381769.77e4640c40093fe1d77a832d45f92d2d0ae2addc.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-226-r2.ebuild sys-apps/systemd/systemd-228-r1.ebuild sys-apps/systemd/systemd-229.ebuild sys-apps/systemd/systemd-230-r2.ebuild sys-apps/systemd/systemd-231.ebuild sys-apps/systemd/systemd-232.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 77e4640c40093fe1d77a832d45f92d2d0ae2addc X-VCS-Branch: master Date: Tue, 29 Nov 2016 01:10:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96119a5c-268f-4f28-9105-425a5a073846 X-Archives-Hash: 230f3d3c7392170d822f5b4db9102377 commit: 77e4640c40093fe1d77a832d45f92d2d0ae2addc Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 21 21:09:09 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 29 01:09:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e4640c sys-apps/systemd: make sure we have /bin/kill installed Bug: https://bugs.gentoo.org/600432 Package-Manager: portage-2.3.2_p8 sys-apps/systemd/systemd-226-r2.ebuild | 5 +++++ sys-apps/systemd/systemd-228-r1.ebuild | 5 +++++ sys-apps/systemd/systemd-229.ebuild | 5 +++++ sys-apps/systemd/systemd-230-r2.ebuild | 5 +++++ sys-apps/systemd/systemd-231.ebuild | 5 +++++ sys-apps/systemd/systemd-232.ebuild | 5 +++++ sys-apps/systemd/systemd-9999.ebuild | 5 +++++ 7 files changed, 35 insertions(+) diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild index 80b0c0e..f7bc771 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" diff --git a/sys-apps/systemd/systemd-228-r1.ebuild b/sys-apps/systemd/systemd-228-r1.ebuild index 61af7c4..35d05b2 100644 --- a/sys-apps/systemd/systemd-228-r1.ebuild +++ b/sys-apps/systemd/systemd-228-r1.ebuild @@ -65,6 +65,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1: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" diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild index 543f572..28dadb7 100644 --- a/sys-apps/systemd/systemd-229.ebuild +++ b/sys-apps/systemd/systemd-229.ebuild @@ -68,6 +68,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev diff --git a/sys-apps/systemd/systemd-230-r2.ebuild b/sys-apps/systemd/systemd-230-r2.ebuild index 01e5d25..91b4c0d 100644 --- a/sys-apps/systemd/systemd-230-r2.ebuild +++ b/sys-apps/systemd/systemd-230-r2.ebuild @@ -69,6 +69,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) + || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) !sys-auth/nss-myhostname !