commit: faf20f04982677f6b09124b7e9a4251d4d16c122
Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
AuthorDate: Tue Dec 15 11:49:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <crabbedhaloablution <AT> icloud.com>
Signed-off-by: Sam James <sam <AT> 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