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: Mon, 31 Aug 2020 09:43:54
Message-Id: 1598867027.a4aa5823dd53e6fcf3f6185d114bcc1219c828e8.jer@gentoo
1 commit: a4aa5823dd53e6fcf3f6185d114bcc1219c828e8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 09:43:04 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:43:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4aa5823
7
8 net-misc/chrony: configure: Remove RELOADDNS from priv_ops
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Bug: https://bugs.gentoo.org/739684
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 +
15 net-misc/chrony/chrony-4.0_pre3.ebuild | 1 +
16 net-misc/chrony/chrony-9999.ebuild | 1 +
17 3 files changed, 3 insertions(+)
18
19 diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild
20 index 442175f0c27..26c6015103e 100644
21 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
22 +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
23 @@ -64,6 +64,7 @@ src_prepare() {
24 doc/* examples/* || die
25
26 sed -i \
27 + -e 's|RELOADDNS||g' \
28 -e 's|pkg-config|${PKG_CONFIG}|g' \
29 configure || die
30
31
32 diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild
33 index 1d15f26cc20..09009907d05 100644
34 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild
35 +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
36 @@ -64,6 +64,7 @@ src_prepare() {
37 doc/* examples/* || die
38
39 sed -i \
40 + -e 's|RELOADDNS||g' \
41 -e 's|pkg-config|${PKG_CONFIG}|g' \
42 configure || die
43
44
45 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
46 index 1d15f26cc20..09009907d05 100644
47 --- a/net-misc/chrony/chrony-9999.ebuild
48 +++ b/net-misc/chrony/chrony-9999.ebuild
49 @@ -64,6 +64,7 @@ src_prepare() {
50 doc/* examples/* || die
51
52 sed -i \
53 + -e 's|RELOADDNS||g' \
54 -e 's|pkg-config|${PKG_CONFIG}|g' \
55 configure || die