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: Fri, 01 Apr 2016 14:29:32
Message-Id: 1459520958.d99baa458170ac98f4626813c026d020e65b62f1.floppym@gentoo
1 commit: d99baa458170ac98f4626813c026d020e65b62f1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 14:28:21 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:29:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99baa45
7
8 sys-apps/systemd: Hard-code KILL=/bin/kill
9
10 When building stage3, systemd may be built before kill is installed.
11 We only need to know its path, so just hard-code it in the ebuild.
12
13 Package-Manager: portage-2.2.28_p64
14
15 sys-apps/systemd/systemd-226-r2.ebuild | 3 ++-
16 sys-apps/systemd/systemd-228-r1.ebuild | 3 ++-
17 sys-apps/systemd/systemd-229-r100.ebuild | 1 +
18 sys-apps/systemd/systemd-229.ebuild | 1 +
19 sys-apps/systemd/systemd-9999.ebuild | 1 +
20 5 files changed, 7 insertions(+), 2 deletions(-)
21
22 diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild
23 index 7843853..686ebc6 100644
24 --- a/sys-apps/systemd/systemd-226-r2.ebuild
25 +++ b/sys-apps/systemd/systemd-226-r2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2016 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -224,6 +224,7 @@ multilib_src_configure() {
33 $(multilib_native_use_enable xkb xkbcommon)
34
35 # hardcode a few paths to spare some deps
36 + KILL=/bin/kill
37 QUOTAON=/usr/sbin/quotaon
38 QUOTACHECK=/usr/sbin/quotacheck
39
40
41 diff --git a/sys-apps/systemd/systemd-228-r1.ebuild b/sys-apps/systemd/systemd-228-r1.ebuild
42 index a6448c1..7444bfd 100644
43 --- a/sys-apps/systemd/systemd-228-r1.ebuild
44 +++ b/sys-apps/systemd/systemd-228-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 @@ -228,6 +228,7 @@ multilib_src_configure() {
52 $(multilib_native_use_enable xkb xkbcommon)
53
54 # hardcode a few paths to spare some deps
55 + KILL=/bin/kill
56 QUOTAON=/usr/sbin/quotaon
57 QUOTACHECK=/usr/sbin/quotacheck
58
59
60 diff --git a/sys-apps/systemd/systemd-229-r100.ebuild b/sys-apps/systemd/systemd-229-r100.ebuild
61 index 6396d2f..0a7cf4d 100644
62 --- a/sys-apps/systemd/systemd-229-r100.ebuild
63 +++ b/sys-apps/systemd/systemd-229-r100.ebuild
64 @@ -237,6 +237,7 @@ multilib_src_configure() {
65 $(multilib_native_use_enable xkb xkbcommon)
66
67 # hardcode a few paths to spare some deps
68 + KILL=/bin/kill
69 QUOTAON=/usr/sbin/quotaon
70 QUOTACHECK=/usr/sbin/quotacheck
71
72
73 diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild
74 index cabf987..70ec90f 100644
75 --- a/sys-apps/systemd/systemd-229.ebuild
76 +++ b/sys-apps/systemd/systemd-229.ebuild
77 @@ -237,6 +237,7 @@ multilib_src_configure() {
78 $(multilib_native_use_enable xkb xkbcommon)
79
80 # hardcode a few paths to spare some deps
81 + KILL=/bin/kill
82 QUOTAON=/usr/sbin/quotaon
83 QUOTACHECK=/usr/sbin/quotacheck
84
85
86 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
87 index cc5d672..e91c6da 100644
88 --- a/sys-apps/systemd/systemd-9999.ebuild
89 +++ b/sys-apps/systemd/systemd-9999.ebuild
90 @@ -236,6 +236,7 @@ multilib_src_configure() {
91 $(multilib_native_use_enable xkb xkbcommon)
92
93 # hardcode a few paths to spare some deps
94 + KILL=/bin/kill
95 QUOTAON=/usr/sbin/quotaon
96 QUOTACHECK=/usr/sbin/quotacheck