From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EE6381382C5 for ; Mon, 8 Feb 2021 14:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1248AE0901; Mon, 8 Feb 2021 14:54:16 +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 F1CF5E0901 for ; Mon, 8 Feb 2021 14:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 01CD1340D41 for ; Mon, 8 Feb 2021 14:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90FB94C3 for ; Mon, 8 Feb 2021 14:54:13 +0000 (UTC) From: "Sam James" 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" Message-ID: <1612796040.faf20f04982677f6b09124b7e9a4251d4d16c122.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-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: faf20f04982677f6b09124b7e9a4251d4d16c122 X-VCS-Branch: master Date: Mon, 8 Feb 2021 14:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c0b1cfc-7bc0-43df-b997-956da5c973ff X-Archives-Hash: 67871b4721f6962044c314a75a861ef4 commit: faf20f04982677f6b09124b7e9a4251d4d16c122 Author: Peter Alfredsen icloud com> AuthorDate: Tue Dec 15 11:49:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 14:54:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf20f04 net-misc/chrony: remove sed for pkg-config Removed pkg-config sed since upstream fixed $PKG_CONFIG support in commit 9a9c0d7b99d7478e1431bd3fa8c225bdc46b3df4 Signed-off-by: Peter Alfredsen icloud.com> Signed-off-by: Sam James gentoo.org> net-misc/chrony/chrony-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index b648039d357..72ef12ef0af 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -71,7 +71,6 @@ src_prepare() { sed -i \ -e 's|RELOADDNS||g' \ - -e 's|pkg-config|${PKG_CONFIG}|g' \ configure || die cp "${FILESDIR}"/chronyd.conf "${T}"/chronyd.conf || die