From d1d55c4eafce60544844d2facdc475ecf82fb9e0 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 9 Jun 2026 11:27:09 +0200 Subject: [PATCH] net-misc/chrony: Fix typo in tc-is-cross-compiler Signed-off-by: Krzesimir Nowak Part-of: https://codeberg.org/gentoo/gentoo/pulls/1117 Merges: https://codeberg.org/gentoo/gentoo/pulls/1117 Signed-off-by: Sam James --- net-misc/chrony/chrony-4.8-r1.ebuild | 2 +- net-misc/chrony/chrony-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/chrony/chrony-4.8-r1.ebuild b/net-misc/chrony/chrony-4.8-r1.ebuild index e6623482d24d2..98e268a97b7ac 100644 --- a/net-misc/chrony/chrony-4.8-r1.ebuild +++ b/net-misc/chrony/chrony-4.8-r1.ebuild @@ -162,7 +162,7 @@ src_configure() { # OPERATINGSYSTEM=`uname -s` (--host-system=) # VERSION=`uname -r` (--host-release=) # MACHINE=`uname -m` (--host-machine=) - if tc-tc-is-cross-compiler ; then + if tc-is-cross-compiler ; then case "${KERNEL}" in linux) myconf+=( diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 6242bfaa82039..bfaa748c3ae6c 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -162,7 +162,7 @@ src_configure() { # OPERATINGSYSTEM=`uname -s` (--host-system=) # VERSION=`uname -r` (--host-release=) # MACHINE=`uname -m` (--host-machine=) - if tc-tc-is-cross-compiler ; then + if tc-is-cross-compiler ; then case "${KERNEL}" in linux) myconf+=(