Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Thu, 27 Aug 2020 12:15:10
Message-Id: 1598530504.4a7d8036ee90bf84131573a32021d59b70d060bb.jer@gentoo
1 commit: 4a7d8036ee90bf84131573a32021d59b70d060bb
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 12:14:38 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 12:15:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d8036
7
8 net-misc/chrony: Run configure using sh not bash
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/chrony/chrony-3.5.1-r1.ebuild | 6 +++---
14 net-misc/chrony/chrony-4.0_pre3.ebuild | 6 +++---
15 net-misc/chrony/chrony-9999.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild
19 index 877718f6031..f08fcf89f2e 100644
20 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
21 +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
22 @@ -128,9 +128,9 @@ src_configure() {
23 --without-tomcrypt
24 )
25
26 - # print the ./configure call to aid in future debugging
27 - echo bash ./configure "${myconf[@]}" >&2
28 - bash ./configure "${myconf[@]}" || die
29 + # print the ./configure call
30 + echo sh ./configure "${myconf[@]}" >&2
31 + sh ./configure "${myconf[@]}" || die
32 }
33
34 src_compile() {
35
36 diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild
37 index 877718f6031..f08fcf89f2e 100644
38 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild
39 +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
40 @@ -128,9 +128,9 @@ src_configure() {
41 --without-tomcrypt
42 )
43
44 - # print the ./configure call to aid in future debugging
45 - echo bash ./configure "${myconf[@]}" >&2
46 - bash ./configure "${myconf[@]}" || die
47 + # print the ./configure call
48 + echo sh ./configure "${myconf[@]}" >&2
49 + sh ./configure "${myconf[@]}" || die
50 }
51
52 src_compile() {
53
54 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
55 index 877718f6031..f08fcf89f2e 100644
56 --- a/net-misc/chrony/chrony-9999.ebuild
57 +++ b/net-misc/chrony/chrony-9999.ebuild
58 @@ -128,9 +128,9 @@ src_configure() {
59 --without-tomcrypt
60 )
61
62 - # print the ./configure call to aid in future debugging
63 - echo bash ./configure "${myconf[@]}" >&2
64 - bash ./configure "${myconf[@]}" || die
65 + # print the ./configure call
66 + echo sh ./configure "${myconf[@]}" >&2
67 + sh ./configure "${myconf[@]}" || die
68 }
69
70 src_compile() {