diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 11:43:04 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 11:43:47 +0200 |
commit | a4aa5823dd53e6fcf3f6185d114bcc1219c828e8 (patch) | |
tree | 6cb92b4b0b79dcea3390764936b8ed099a785214 /net-misc | |
parent | dev-perl/File-SearchPath: -r bump for EAPI7 & fixes (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.0_pre3.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 442175f0c27c..26c6015103ee 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.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 diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index 1d15f26cc200..09009907d05f 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.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 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 |