From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1201468-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07550138359 for <garchives@archives.gentoo.org>; Mon, 31 Aug 2020 09:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37450E0978; Mon, 31 Aug 2020 09:43:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E5BBE0978 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 09:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACD66340CE2 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 09:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3508632D for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 09:43:50 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1598867027.a4aa5823dd53e6fcf3f6185d114bcc1219c828e8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5.1-r1.ebuild net-misc/chrony/chrony-4.0_pre3.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a4aa5823dd53e6fcf3f6185d114bcc1219c828e8 X-VCS-Branch: master Date: Mon, 31 Aug 2020 09:43:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4ffa373-14ae-40b6-8458-0c41a9193d2b X-Archives-Hash: c6c739bc1c742a261e8011f058682981 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