From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1281586-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 097551382C5
	for <garchives@archives.gentoo.org>; Thu, 13 May 2021 20:33:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 55D6EE075F;
	Thu, 13 May 2021 20:33:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 410D9E075F
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 20:33:31 +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 33A06340E23
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 20:33:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD89175F
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 May 2021 20:33:28 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1620937989.5c58904b3cbacb421d1fcf9372d79e6ee1dfb629.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/chrony/chrony-4.1-r1.ebuild net-misc/chrony/chrony-4.1.ebuild
X-VCS-Directories: net-misc/chrony/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5c58904b3cbacb421d1fcf9372d79e6ee1dfb629
X-VCS-Branch: master
Date: Thu, 13 May 2021 20:33:28 +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: 7f1f5933-2049-4f92-ac5f-acb9f6dfceda
X-Archives-Hash: 922330ad786026821d79e426d2bb22c1

commit:     5c58904b3cbacb421d1fcf9372d79e6ee1dfb629
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 19:18:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 13 20:33:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c58904b

net-misc/chrony: fix filter level sed for USE=-sed

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/chrony/{chrony-4.1.ebuild => chrony-4.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.1.ebuild b/net-misc/chrony/chrony-4.1-r1.ebuild
similarity index 99%
rename from net-misc/chrony/chrony-4.1.ebuild
rename to net-misc/chrony/chrony-4.1-r1.ebuild
index 0870f5908e7..cc859424ffe 100644
--- a/net-misc/chrony/chrony-4.1.ebuild
+++ b/net-misc/chrony/chrony-4.1-r1.ebuild
@@ -97,7 +97,7 @@ src_configure() {
 
 	if ! use seccomp ; then
 		sed -i \
-			-e 's/ -F 0//' \
+			-e 's/ -F 2//' \
 			"${T}"/chronyd.conf examples/chronyd.service || die
 	fi