diff options
Diffstat (limited to 'sys-apps/flashrom/flashrom-0.9.8.ebuild')
-rw-r--r-- | sys-apps/flashrom/flashrom-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flashrom/flashrom-0.9.8.ebuild b/sys-apps/flashrom/flashrom-0.9.8.ebuild index 91f745052628..11d55eafa946 100644 --- a/sys-apps/flashrom/flashrom-0.9.8.ebuild +++ b/sys-apps/flashrom/flashrom-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -99,7 +99,7 @@ src_compile() { # Help keep things in sync. local sprogs=$(echo $( grep -o 'CONFIG_[A-Z0-9_]*' flashrom.c | \ - sort -u | \ + LC_ALL=C sort -u | \ sed 's:^CONFIG_::' | \ tr '[:upper:]_' '[:lower:]-')) local eprogs=$(echo ${IUSE_PROGRAMMERS} | sed -E 's/\B[-+]\b//g') |