commit: d99baa458170ac98f4626813c026d020e65b62f1
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 14:28:21 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 14:29:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99baa45
sys-apps/systemd: Hard-code KILL=/bin/kill
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 | 3 ++-
sys-apps/systemd/systemd-228-r1.ebuild | 3 ++-
sys-apps/systemd/systemd-229-r100.ebuild | 1 +
sys-apps/systemd/systemd-229.ebuild | 1 +
sys-apps/systemd/systemd-9999.ebuild | 1 +
5 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/sys-apps/systemd/systemd-226-r2.ebuild
b/sys-apps/systemd/systemd-226-r2.ebuild
index 7843853..686ebc6 100644
--- a/sys-apps/systemd/systemd-226-r2.ebuild
+++ b/sys-apps/systemd/systemd-226-r2.ebuild
@@ -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
diff --git a/sys-apps/systemd/systemd-228-r1.ebuild
b/sys-apps/systemd/systemd-228-r1.ebuild
index a6448c1..7444bfd 100644
--- a/sys-apps/systemd/systemd-228-r1.ebuild
+++ b/sys-apps/systemd/systemd-228-r1.ebuild
@@ -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
diff --git a/sys-apps/systemd/systemd-229-r100.ebuild
b/sys-apps/systemd/systemd-229-r100.ebuild
index 6396d2f..0a7cf4d 100644
--- a/sys-apps/systemd/systemd-229-r100.ebuild
+++ b/sys-apps/systemd/systemd-229-r100.ebuild
@@ -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
diff --git a/sys-apps/systemd/systemd-229.ebuild
b/sys-apps/systemd/systemd-229.ebuild
index cabf987..70ec90f 100644
--- a/sys-apps/systemd/systemd-229.ebuild
+++ b/sys-apps/systemd/systemd-229.ebuild
@@ -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
diff --git a/sys-apps/systemd/systemd-9999.ebuild
b/sys-apps/systemd/systemd-9999.ebuild
index cc5d672..e91c6da 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -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