commit: a4aa5823dd53e6fcf3f6185d114bcc1219c828e8 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 09:43:04 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 09:43:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4aa5823
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 <AT> gentoo.org> net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 + net-misc/chrony/chrony-4.0_pre3.ebuild | 1 + net-misc/chrony/chrony-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 442175f0c27..26c6015103e 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 1d15f26cc20..09009907d05 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 1d15f26cc20..09009907d05 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
