summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-08-31 11:43:04 +0200
committerJeroen Roovers <jer@gentoo.org>2020-08-31 11:43:47 +0200
commita4aa5823dd53e6fcf3f6185d114bcc1219c828e8 (patch)
tree6cb92b4b0b79dcea3390764936b8ed099a785214 /net-misc/chrony/chrony-9999.ebuild
parentdev-perl/File-SearchPath: -r bump for EAPI7 & fixes (diff)
downloadgentoo-a4aa5823dd53e6fcf3f6185d114bcc1219c828e8.tar.gz
gentoo-a4aa5823dd53e6fcf3f6185d114bcc1219c828e8.tar.bz2
gentoo-a4aa5823dd53e6fcf3f6185d114bcc1219c828e8.zip
net-misc/chrony: configure: Remove RELOADDNS from priv_ops
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Bug: https://bugs.gentoo.org/739684 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/chrony/chrony-9999.ebuild')
-rw-r--r--net-misc/chrony/chrony-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
index 1d15f26cc200..09009907d05f 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -64,6 +64,7 @@ src_prepare() {
doc/* examples/* || die
sed -i \
+ -e 's|RELOADDNS||g' \
-e 's|pkg-config|${PKG_CONFIG}|g' \
configure || die