net-misc/chrony: Fix typo in tc-is-cross-compiler

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1117
Merges: https://codeberg.org/gentoo/gentoo/pulls/1117
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Krzesimir Nowak
2026-06-09 11:27:09 +02:00
committed by Sam James
parent 577375d7e4
commit d1d55c4eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -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+=(

View File

@@ -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+=(