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