sys-apps/systemd: Hard-code KILL=/bin/kill
authorMike Gilbert <floppym@gentoo.org>
Fri, 1 Apr 2016 14:28:21 +0000 (10:28 -0400)
committerMike Gilbert <floppym@gentoo.org>
Fri, 1 Apr 2016 14:29:18 +0000 (10:29 -0400)
When building stage3, systemd may be built before kill is installed.
We only need to know its path, so just hard-code it in the ebuild.

Package-Manager: portage-2.2.28_p64

sys-apps/systemd/systemd-226-r2.ebuild
sys-apps/systemd/systemd-228-r1.ebuild
sys-apps/systemd/systemd-229-r100.ebuild
sys-apps/systemd/systemd-229.ebuild
sys-apps/systemd/systemd-9999.ebuild

index 78438536aa456904b70a3a2a76503241cb124337..686ebc653045b845bb0258a1105365c6a9ee5300 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -224,6 +224,7 @@ multilib_src_configure() {
                $(multilib_native_use_enable xkb xkbcommon)
 
                # hardcode a few paths to spare some deps
+               KILL=/bin/kill
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
 
index a6448c154664a9f0d9556972fcad482d11ba8242..7444bfd1224ea6710f20c0c095c99c56b279d9a5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -228,6 +228,7 @@ multilib_src_configure() {
                $(multilib_native_use_enable xkb xkbcommon)
 
                # hardcode a few paths to spare some deps
+               KILL=/bin/kill
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
 
index 6396d2f9162a8434de990033909a3954e3ba4912..0a7cf4deb07d7d1e57d38f8fb217d9ec6e8ff96f 100644 (file)
@@ -237,6 +237,7 @@ multilib_src_configure() {
                $(multilib_native_use_enable xkb xkbcommon)
 
                # hardcode a few paths to spare some deps
+               KILL=/bin/kill
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
 
index cabf9872c1a3042373000828d5c5dcae5aa25a00..70ec90f8afc73bd4bce2cac0b66b4ee456b330b1 100644 (file)
@@ -237,6 +237,7 @@ multilib_src_configure() {
                $(multilib_native_use_enable xkb xkbcommon)
 
                # hardcode a few paths to spare some deps
+               KILL=/bin/kill
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
 
index cc5d672bc09cab2cf7969ecd4864a8b0a00a7614..e91c6da3b7fba9ec79db8502e2757a6cd8994306 100644 (file)
@@ -236,6 +236,7 @@ multilib_src_configure() {
                $(multilib_native_use_enable xkb xkbcommon)
 
                # hardcode a few paths to spare some deps
+               KILL=/bin/kill
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck