mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Sam James
parent
577375d7e4
commit
d1d55c4eaf
@@ -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+=(
|
||||
|
||||
@@ -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+=(
|
||||
|
||||
Reference in New Issue
Block a user