summaryrefslogtreecommitdiff
path: root/sys-apps/flashrom/flashrom-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/flashrom/flashrom-1.0.ebuild')
-rw-r--r--sys-apps/flashrom/flashrom-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flashrom/flashrom-1.0.ebuild b/sys-apps/flashrom/flashrom-1.0.ebuild
index cd57ee3d0f68..766fefcc7255 100644
--- a/sys-apps/flashrom/flashrom-1.0.ebuild
+++ b/sys-apps/flashrom/flashrom-1.0.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
@@ -95,7 +95,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')